ICollectionTypeResolver.DefaultCollectionType PropertyICollectionTypeResolver.DefaultCollectionType PropertyICollectionTypeResolver::DefaultCollectionType Property

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

Syntax

ReadOnly Property DefaultCollectionType As XdmType
        Get
XdmType DefaultCollectionType { get; }
property XdmType^ DefaultCollectionType {
    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.