DataAccessAdapterCoreCommandTimeOut Property |
Gets / sets the timeout value to use with the command object(s) created by the adapter. Default is 30 seconds. Set this prior to calling a method
which executes database logic.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic virtual int CommandTimeOut { get; set; }
Public Overridable Property CommandTimeOut As Integer
Get
Set
Property Value
Type:
Int32Implements
IDataAccessAdapterCommandTimeOut
RemarksSetting it to 0 won't have any effect: the commandtimeout is then not set. Set it to a value larger than 0.
See Also