MarkLogic XDBC.NET Library

IXdbcConnection.Commit Method 

Makes all changes made since the previous commit/rollback permanent and releases any database locks currently held by the connection.

[Visual Basic]
Sub Commit()
[C#]
void Commit();

Remarks

This method is NOT currently supported.

Exceptions

Exception TypeCondition
XdbcExceptionIf a database access error occurs

See Also

IXdbcConnection Interface | MarkLogic.Xdbc Namespace