MarkLogic XCC/.Net Library

XName Constructor

Construct an XName with the given namespace name and local name.

Overload List

Construct an XName with the given local name in the default namespace. This is equivalent to

new XName (null, "somename")

public XName(string);

Construct an XName with the given namespace name and local name.

public XName(string,string);

See Also

XName Class | Marklogic.Xcc.Types Namespace