ComponentOne DataObjects for .NET
Database Property (C1ExpressTable)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressTable 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 connection string determines the value of this property. If the ConnectionComponent property is set, it is determined by ConnectionComponent.Database. The default value is an empty string.
See Also

Reference

C1ExpressTable Class
C1ExpressTable Members