CommandTimeOut Property (DataSource)
In This Topic
Gets or sets the number of seconds to wait before the data connection times out (set to -1 to use the default value, usually 30s).
Syntax
'Declaration
Public Property CommandTimeOut As Integer
public int CommandTimeOut {get; set;}
See Also