XQuerySettings.ConstructionMode PropertyXQuerySettings.ConstructionMode PropertyXQuerySettings::ConstructionMode Property

Gets or sets the construction mode.

Syntax

Public Property ConstructionMode As ConstructionMode
        Get
        Set(ByVal value As ConstructionMode)
public ConstructionMode ConstructionMode { get; set; }
public:
property ConstructionMode ConstructionMode {
    ConstructionMode get();
    void set(ConstructionMode value);
}
 

Property Value

Type: XmlPrime.ConstructionModeXmlPrime.ConstructionModeXmlPrime::ConstructionMode

One of the ConstructionModeConstructionModeConstructionMode values.

Remarks

The construction mode governs the behaviour of element and document node constructors.

This setting can be overridden with a declare construction declaration in the query.

The default construction mode is PreservePreservePreserve.