DodSequenceMerge Struct

Definition

Merges several doc-order-distinct sequences into a single doc-order-distinct sequence.

This API supports the product infrastructure and is not intended to be used directly from your code.

public value class DodSequenceMerge
public struct DodSequenceMerge
type DodSequenceMerge = struct
Public Structure DodSequenceMerge
Inheritance
DodSequenceMerge

Methods

AddSequence(IList<XPathNavigator>)

This API supports the product infrastructure and is not intended to be used directly from your code.

Adds a new sequence to the list of sequences to merge.

Create(XmlQueryRuntime)

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes this instance of DodSequenceMerge .

MergeSequences()

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns the fully-merged sequence.

Applies to