IDataAccessAdapterCommandTimeOut 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.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax int CommandTimeOut { get; set; }
Property CommandTimeOut As Integer
Get
Set
Property Value
Type:
Int32See Also