| MarkLogic XCC/.Net Library |
|
ValueFactory.NewVariable MethodÂ
Factory method to create a variable named value from the given XName and XdmValue objects.
[Visual Basic]
Public Shared Function NewVariable( _
   ByVal
name AsÂ
XName, _
   ByVal
val AsÂ
XdmValue _
)Â AsÂ
XdmVariable
Parameters
-
name
- An XName that defines the name and optional
-
val
- An instance of XdmValue which is the
Return Value
An instance of XdmVariable that encapsulates the name and value parameters.
See Also
ValueFactory Class | Marklogic.Xcc Namespace