MarkLogic XDBC.NET Library

IXdbcCommand.SetNull Method 

Removes the variable binding from the local collection, effectively clearing the value of the variable.

[Visual Basic]
Sub SetNull( _
   ByVal name As XmlQualifiedName _
)
[C#]
void SetNull(
   XmlQualifiedName name
);

Parameters

name
The extended name of the variable to set.

Exceptions

Exception TypeCondition
XdbcExceptionIf a database access error occurs

See Also

IXdbcCommand Interface | MarkLogic.Xdbc Namespace