XmlNamespaces.LocalFunctionsNamespace FieldXmlNamespaces.LocalFunctionsNamespace FieldXmlNamespaces::LocalFunctionsNamespace Field

The XQuery 1.0 local functions namespace.

Syntax

Public Shared ReadOnly LocalFunctionsNamespace As String
public static readonly string LocalFunctionsNamespace
public:
static initonly String^ LocalFunctionsNamespace
 

Remarks

In XQuery, the prefix local is bound to this namespace by default.

The local functions namespace is intended for use by functions in an XQuery main module, to avoid having to create a new namespace in which to declare them.