ICollectionTypeResolver.DefaultType PropertyICollectionTypeResolver.DefaultType PropertyICollectionTypeResolver::DefaultType Property

Gets the static type of all collections accessible from a query.

Syntax

ReadOnly Property DefaultType As XdmType
        Get
XdmType DefaultType { get; }
property XdmType^ DefaultType {
    XdmType^ get();
}
 

Property Value

Type: XmlPrime.XdmTypeXmlPrime.XdmTypeXmlPrime::XdmType^

An XdmTypeXdmTypeXdmType instance representing the default static type of a call to fn:collection, or null a null reference (Nothing in Visual Basic) nullptr to use the default (node()*).

Remarks

This can be used if for example you know that all your collections consist of sequences of document nodes.