ComponentOne DataObjects for .NET
CommandTimeout Property

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > Connection Class : CommandTimeout Property
Gets or sets the wait time before terminating an attempt to execute a command and generating an error.
Syntax
'Declaration
 
Public Property CommandTimeout As System.Integer
public System.int CommandTimeout {get; set;}
Remarks
The default is 30 seconds.
See Also

Reference

Connection Class
Connection Members