StaticContextSettings.DefaultFunctionNamespace PropertyStaticContextSettings.DefaultFunctionNamespace PropertyStaticContextSettings::DefaultFunctionNamespace Property

Gets or sets the default namespace for function names.

Syntax

Public Property DefaultFunctionNamespace As String
        Get
        Set(ByVal value As String)
public string DefaultFunctionNamespace { get; set; }
public:
property String^ DefaultFunctionNamespace {
    String^ get();
    void set(String^ value);
}
 

Property Value

Type: System.StringSystem.StringSystem::String^

A stringStringString representing the default namespace for function names.

Exceptions

ExceptionCondition
ArgumentNullExceptionArgumentNullExceptionArgumentNullExceptionDefaultFunctionNamespaceDefaultFunctionNamespaceDefaultFunctionNamespace was set to null a null reference (Nothing in Visual Basic) nullptr

Remarks

This is a namespace URI or EmptyEmptyEmpty. The namespace URI, if present, is used for any unprefixed qualified names appearing in a position where a function name is expected.

This can be overridden with a declare default function namespace declaration in the query.