ComponentOne DataObjects for .NET
Database Property (C1ExpressConnection)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressConnection Class : Database Property
Gets the name of the current database or the database to be used once a connection is open.
Syntax
'Declaration
 
Public ReadOnly Property Database As System.String
public System.string Database {get;}
Remarks
The ConnectionString determines the value of this property. The default value is an empty string.
See Also

Reference

C1ExpressConnection Class
C1ExpressConnection Members