Skip to main content

QueryBuildingExtensions.As(Source, String) Method

Creates an alias for the specified Source.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public static SourceNode As(
    this Source source,
    string alias
)

Parameters

Name Type Description
source Source

The data source for which an alias is created.

alias String

A String that is the alias name.

Returns

Type Description
SourceNode

An alias of the specified data source.

See Also