Contents Index CreateCommand method DataSource property

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

Database property


Description 

The name of the current database to be used after a connection is opened.

Syntax 

string Database

Access 

Read-only

Implements 

IDbConnection.Database

Usage 

AsaConnection looks in the connection string in the following order: DatabaseName, dbn, DataSourceName, DataSource, dsn, DatabaseFile, dbf.


Contents Index CreateCommand method DataSource property