The number of seconds before a command will timeout. 30 is the default. A value of 0 will prevent a timeout.

Namespace:  DbNetLink.Data
Assembly:  DbNetLink.DbNetData (in DbNetLink.DbNetData.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int CommandTimeout
Visual Basic (Declaration)
Public CommandTimeout As Integer
Visual C++
public:
int CommandTimeout

See Also