MarkLogic XDBC.NET Library

IXdbcConnection Interface

A connection (session) with a specific database. Within the context of an XdbcConnection, XQuery statements are executed and results are returned.

For a list of all members of this type, see IXdbcConnection Members.

[Visual Basic]
Public Interface IXdbcConnection
[C#]
public interface IXdbcConnection

Remarks

An XdbcConnection's database will provide information describing its XQuery compliance level and the capabilities of the connection with the IXdbcDatabaseMetaData property.

Note: By default the XdbcConnection automatically commits changes after executing each statement. Unsetting autocommit mode is currently NOT supported.

Requirements

Namespace: MarkLogic.Xdbc

Assembly: MarkLogicXdbc (in MarkLogicXdbc.dll)

See Also

IXdbcConnection Members | MarkLogic.Xdbc Namespace