Skip to main content
A newer version of this page is available. .

SelectNodeBuilder.Build() Method

Finalizes the chain of methods specified to build a SelectNode.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v19.1.dll

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