Query.Version PropertyQuery.Version PropertyQuery::Version Property

Optional stringStringString parameter.

Specifies the version of the XQuery processor.

Syntax

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

Property Value

Type: System.StringSystem.StringSystem::String^

A stringStringString specifying the XQuery processor version.

Remarks

Specifies the XQuery version to which the processor should conform. Accepted values are "1.0" and "3.0". If not specified, or not one of the accepted values, the default version is XQuery 3.0.