Table of Contents

Class QueryCriteriaReprocessor.NodeInfo

Namespace
DevExpress.Xpo.DB.Helpers
Assembly
DevExpress.Xpo.v24.1.dll
public class QueryCriteriaReprocessor.NodeInfo
Inheritance
QueryCriteriaReprocessor.NodeInfo
Inherited Members

Constructors

NodeInfo(JoinNode, NodeInfo, DataRelation)

public NodeInfo(JoinNode node, QueryCriteriaReprocessor.NodeInfo relationParent, DataRelation relation)

Parameters

node JoinNode
relationParent QueryCriteriaReprocessor.NodeInfo
relation DataRelation

Fields

Node

public readonly JoinNode Node

Field Value

JoinNode

Relation

public readonly DataRelation Relation

Field Value

DataRelation

RelationParent

public readonly QueryCriteriaReprocessor.NodeInfo RelationParent

Field Value

QueryCriteriaReprocessor.NodeInfo

Properties

RootRelationalPath

public QueryCriteriaReprocessor.NodeInfo[] RootRelationalPath { get; }

Property Value

NodeInfo[]

Methods

CreateNodesDictionary(DataSet, JoinNode)

public static IDictionary CreateNodesDictionary(DataSet dataSet, JoinNode rootNode)

Parameters

dataSet DataSet
rootNode JoinNode

Returns

IDictionary

GetDiffPath(NodeInfo[], NodeInfo[])

public static string[] GetDiffPath(QueryCriteriaReprocessor.NodeInfo[] localRootPath, QueryCriteriaReprocessor.NodeInfo[] subject)

Parameters

localRootPath NodeInfo[]
subject NodeInfo[]

Returns

string[]