Click or drag to resize

IDatabaseRepositoryCommandTimeout Property

Gets or sets the wait time before terminating the attempt to execute a database command and generating an error.

Namespace:  PDTec.IceNet.Core.Database
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
int CommandTimeout { get; set; }

Property Value

Type: Int32
The time in seconds to wait for the command to execute.
Remarks
The CommandTimeout property is only effective if timeout settings are supported by the underlying database implementation. E.g. the Oracle database client does not support timeouts.
See Also