Contents Index ConnectionString property CreateCommand method

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference
    AsaConnection class

ConnectionTimeout property


Description 

The number of seconds before a connection attempt times out with an error.

Syntax 

int ConnectionTimeout

Access 

Read-only

Default 

15 seconds

Implements 

IDbConnection.ConnectionTimeout

Example 

The following statement displays the value of the ConnectionTimeout.

MessageBox.Show( conn.ConnectionTimeout.ToString() );

Contents Index ConnectionString property CreateCommand method