| 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.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntaxprotected virtual bool SupportsCommandTimeout { get; }Protected Overridable ReadOnly Property SupportsCommandTimeout As Boolean
	Get
Property Value
Type: 
Boolean
See Also