[]
        
(Showing Draft Content)

C1.DataEngine.Column.As

As Method

As(string)

Used for columns of linked tables in a join query to specify an alias, if needed.

Declaration
public Column As(string alias)
Parameters
Type Name Description
string alias

Alias of the column to be used as the column name.

Returns
Type Description
Column