MarkLogic XDBC.NET Library

IXdbcCommand.SetBoolean Method 

Binds the variable's value to the argument value. The variable should be of type xs:Boolean.

[Visual Basic]
Sub SetBoolean( _
   ByVal name As XmlQualifiedName, _
   ByVal value As Boolean _
)
[C#]
void SetBoolean(
   XmlQualifiedName name,
   bool value
);

Parameters

name
The extended name of the variable to set.
value
The boolean value to set.

Exceptions

Exception TypeCondition
XdbcExceptionIf a database access error occurs

See Also

IXdbcCommand Interface | MarkLogic.Xdbc Namespace