Gets or sets the default command timeout.
Namespace:
Tortuga.Chain.DataSources
Assembly:
Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
public Nullable<TimeSpan> DefaultCommandTimeout { get; set; }
Public Property DefaultCommandTimeout As Nullable(Of TimeSpan)
Get
Set
public:
property Nullable<TimeSpan^> DefaultCommandTimeout {
Nullable<TimeSpan^> get ();
void set (Nullable<TimeSpan^> value);
}
Field Value
The default command timeout.
Leave null to inherit settings from the parent data source.