SelectNodeBuilder(IJoinNode) Constructor
Creates a new SelectNodeBuilder for the specified node.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
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