[]
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).
[C1Category("Data")]
[C1Description("DataSource.CommandTimeOut", "Number of seconds to wait before the data connection times out (-1 uses the default value, usually 30s).")]
public int CommandTimeOut { get; set; }
<C1Category("Data")>
<C1Description("DataSource.CommandTimeOut", "Number of seconds to wait before the data connection times out (-1 uses the default value, usually 30s).")>
Public Property CommandTimeOut As Integer