MarkLogic XDBC.NET Library

IXdbcDatabaseMetaData Properties

The properties of the IXdbcDatabaseMetaData interface are listed below. For a complete list of IXdbcDatabaseMetaData interface members, see the IXdbcDatabaseMetaData Members topic.

Public Instance Properties

CommandCount Return the number of IXdbcCommand instances currently open by this driver to the database.
Connection Retrieves the connection that produced this metadata object.
ConnectionCount Returns the number of IXdbcConnection objects currently open by this XDBC driver to the database.
DatabaseMajorVersion Returns the major version of this database product.
DatabaseMinorVersion Return the minor version of this database product.
DefaultTransactionIsolation Returns the database's default transaction isolation level.
DriverMajorVersion Return the XDBC driver's major version number.
DriverMinorVersion Return the XDBC driver's minor version number.
IsReadOnly Returns true exactly when the database is in read-only mode.
UserName Returns the user name as known to the database.

See Also

IXdbcDatabaseMetaData Interface | MarkLogic.Xdbc Namespace