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

QueryBuildingExtensions.As(Source, String) Method

Creates an alias for the specified Source.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v19.1.dll

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