Skip to main content
A newer version of this page is available. .
All docs
V22.1

SelectNodeBuilder.SelectAll() Method

Selects all columns in a specified data table.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v22.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

public SelectNodeBuilder SelectAll()

Returns

Type Description
SelectNodeBuilder

A SelectNodeBuilder object on which a method is being called.

See Also