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

QueryBuildingExtensions.As(String, String) Method

Creates a column with the specified alias.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public static SelectStatement As(
    this string name,
    string alias
)

Parameters

Name Type Description
name String

A column name.

alias String

An alias name.

Returns

Type Description
SelectStatement

A SelectStatement structure that is an aliased column.

See Also