[]
Used for columns of linked tables in a join query to specify an alias, if needed.
public Column As(string alias)
Public Function [As]([alias] As String) As Column
| Type | Name | Description |
|---|---|---|
| string | alias | Alias of the column to be used as the column name. |
| Type | Description |
|---|---|
| Column |