Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public static int CommandTimeOut { get; set; }

Property Value

Type: Int32
Remarks
If set to a negative value it's ignored.
See Also