| 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.DatabaseAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxint 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