| IDatabaseAbstracterCommandTimeout Property |
Gets or sets the default command time out.
Namespace: Activsoft.Engine.DbAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxint CommandTimeout { get; set; }Property CommandTimeout As Integer
Get
Set
property int CommandTimeout {
int get ();
void set (int value);
}abstract CommandTimeout : int with get, set
Property Value
Type:
Int32
The command timeout in milliseconds.
See Also