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