MarkLogic XCC/.Net Library

Request.ClearVariable Method 

Remove the given variable from this Request context. The variable and its value are still valid and may be reassociated with the session by passing it to the Variable property.

[Visual Basic]
Sub ClearVariable( _
   ByVal variable As XdmVariable _
)
[C#]
void ClearVariable(
   XdmVariable variable
);

Parameters

variable
A XdmVariable instance to be diassociated from this Request.

See Also

Request Interface | Marklogic.Xcc Namespace