CommandTimeout property

This feature is not supported by the SQL Anywhere .NET Data Provider.

Visual Basic syntax

Public Overrides Property CommandTimeout As Integer

C# syntax

public override int CommandTimeout {get;set;}

Remarks

To set a request timeout, use the following example.

                 cmd.CommandText = "SET OPTION request_timeout = 30";
    cmd.ExecuteNonQuery();