MarkLogic XDBC.NET Library

IXdbcCommand.SetAnyURI Method 

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

[Visual Basic]
Sub SetAnyURI( _
   ByVal name As XmlQualifiedName, _
   ByVal value As String _
)
[C#]
void SetAnyURI(
   XmlQualifiedName name,
   string value
);

Parameters

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

Exceptions

Exception TypeCondition
XdbcExceptionIf a database access error occurs

See Also

IXdbcCommand Interface | MarkLogic.Xdbc Namespace