MarkLogic XDBC.NET Library

IXdbcConnection.ClearWarnings Method 

Clears all warnings reported for this connection object. After a call to this method, the property Warning returns null until a new warning is reported for this connection.

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

Exceptions

Exception TypeCondition
XdbcExceptionIf a database access error occurs

See Also

IXdbcConnection Interface | MarkLogic.Xdbc Namespace