MarkLogic XDBC.NET Library

IXdbcConnection.Rollback Method 

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

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

Remarks

This property is NOT currently supported.

Exceptions

Exception TypeCondition
XdbcExceptionIf a database access error occurs

See Also

IXdbcConnection Interface | MarkLogic.Xdbc Namespace