IDataConnectionCommandTimeout Property |
Command timeout which will be set on this connection.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax int CommandTimeout { get; set; }
Property Value
Type:
Int32Remarks
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