DBDriverBaseSupportsCommandTimeout Property |
Gets a value indicating whether this driver supports command timeouts. Firebird for example doesn't support command timeouts. Default implementation
returns true;
Namespace: SD.LLBLGen.Pro.DBDriverCoreAssembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected virtual bool SupportsCommandTimeout { get; }
Protected Overridable ReadOnly Property SupportsCommandTimeout As Boolean
Get
Property Value
Type:
BooleanSee Also