MarkLogic XDBC.NET Library

IXdbcConnection Properties

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

Public Instance Properties

AutoCommit This connection's auto-commit mode.
Credentials The NetworkCredential object for this connection, as set by the SetCredentials method
Culture The CultureInfo associated with this database connection. The default CultureInfo setting for a connection is inherited from the local runtime environment.
Host The host associated with this connection. This host may be hostname or internet address.
IsClosed Whether or not the connection to the database is closed or not.
IsReadOnly Whether or not this database is in read-only mode
MetaData The metadata regarding this connection's database
Port The port number of this connection
Region The RegionInfo associated with this database connection. The default RegionInfo setting for a connection is inherited from the local runtime environment.
TimeZone The timezone associated with this database connection. The default timezone setting for a connection is inherited from the local runtime environment.
TransactionIsolationLevel The transaction isolation level of this XDBC connection object. NOTE: The transaction isolation level is currently ignored by the server
Warnings Returns the first warning reported by calls on this connection.

See Also

IXdbcConnection Interface | MarkLogic.Xdbc Namespace