DynamicQueryEngineBaseCommandTimeOut Property |
Gets / sets the command time out (in seconds). This is a global setting, so every Command object created after you've set this
property to a value will have that value as CommandTimeOut. Default is 30 seconds which is the ADO.NET default.
Do not set this property directly, but use the methods in the generated code to set this property.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public static int CommandTimeOut { get; set; }
Public Shared Property CommandTimeOut As Integer
Get
Set
Property Value
Type:
Int32Remarks If set to a negative value it's ignored.
See Also