SelectNodeBuilder(IJoinNode) Constructor
Creates a new SelectNodeBuilder for the specified node.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
root | IJoinNode | A node passed to the SelectNode constructor to create a SelectNode object. |
Remarks
This constructor is the QueryBuildingExtensions.From(IJoinNode) equivalent.
See Also