
The interface for Database.
public abstract interface IDatabase
Interface Members
Member | Description | |
---|---|---|
![]() |
Active |
True (the default) if the database is available to be queried on. |
![]() |
BeginDelimiter |
The beginning delimiter character for table and field names. |
![]() |
ConnectionString |
Specifies the connection string. |
![]() |
ConnectionType |
Specifies how this logical database connects to the physical database. |
![]() |
DatabaseSharingConnection |
The database this database shares a connection with if ConnectionType is set to ConnectionTypes.ShareConnection. |
![]() |
EndDelimiter |
The ending delimiter character for table and field names. |
![]() |
Order |
Defines the order in which databases are opened. |
Requirements
Namespace: Stonefield.Query.DataDictionaryAssembly: interfaces.dll