Advanced.Data.Provider Documentation

AdpCommand.CommandTimeout Property

[This is preliminary documentation and subject to change.]

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

[Visual Basic]
NotOverridable Public Property CommandTimeout As Integer Implements _
   IDbCommand.CommandTimeout
[C#]
public int CommandTimeout {get; set;}

Implements

IDbCommand.CommandTimeout

See Also

AdpCommand Class | Advanced.Data.Provider Namespace