Skip to main content

SelectNodeBuilder.Build() Method

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
SelectNode

The SelectNode object created with the SelectNodeBuilder.

#Remarks

This method finalizes the chain of methods used in FluentAPI to create a SelectNode object and returns the SelectNode object.

See Also