ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / DataSource Class / CommandTimeOut Property

In This Topic
    CommandTimeOut Property
    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 System.Integer
    public System.int CommandTimeOut {get; set;}
    See Also