QueryBuildingExtensions.From(IJoinNode) Method
In This Article
Provides access to the SelectNodeBuilder object used to build a query with a Fluent interface.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public static SelectNodeBuilder From(
this IJoinNode root
)
#Parameters
Name | Type | Description |
---|---|---|
root | IJoin |
A Source |
#Returns
Type | Description |
---|---|
Select |
A Select |
See Also