IBaseStationDatabase Properties |
The IBaseStationDatabase type exposes the following members.
Name | Description | |
---|---|---|
FileName |
Gets or sets the full path and filename of the database. Changing the filename causes the current connection
to close, the next operation on the database causes it to open a new connection as per usual.
| |
IsConnected |
Gets a value indicating that there is an open connection to the database.
| |
LogFileName |
Gets or sets the full path and filename of the log.
| |
MaxParameters |
Gets the maximum number of parameters that can be passed to the underlying database engine. Note that calls that
accept a variable number of parameters will automatically handle splitting the call into multiple calls on the
database unless otherwise noted.
| |
Provider |
Gets or sets the object that abstracts away the environment to help when testing.
| |
WriteSupportEnabled |
Gets or sets a flag indicating that methods that can create or modify the database are enabled. By default
this setting is disabled. Changing this setting closes the current connection, the next call to access the
database will reopen it.
|