SelectNodeBuilder.Build() Method
In This Article
Finalizes the chain of methods specified to build a SelectNode.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public SelectNode Build()
#Returns
Type | Description |
---|---|
Select |
The Select |
#Remarks
This method finalizes the chain of methods used in FluentAPI to create a SelectNode object and returns the SelectNode object.
See Also