ComponentOne ADO.NET DataExtender
ADO.NET DataExtender Task-Based Help / Working with the C1DataView Definition Statement Builder / Specifying or Changing the Table Alias
In This Topic
    Specifying or Changing the Table Alias
    In This Topic

    A table alias can be specified when the table is added to the definition statement. If no alias was specified or the alias needs to be changed, you can add one through the Alias property.

    To add a table alias through the Alias property, complete the following steps:

    1. Open the C1DataView Definition Statement Builder.
    2. Select a table from the Table drop-down list and a column from the Column drop-down list.
    3. Enter an alias name in the Alias text box in the lower pane.
    See Also