Click or drag to resize
IDataConnectionCommandTimeout Property
Command timeout which will be set on this connection.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
int CommandTimeout { get; set; }

Property Value

Type: Int32
Remarks
If a new CMSConnectionScope is created within this connection and a different CommandTimeout is set, the current connection timeout is not changed outside of the scope.
See Also