Member Junction
    Preparing search index...

    A table/view reference extracted from SQL

    interface SQLTableReference {
        Alias: string;
        SchemaName: string;
        TableName: string;
    }
    Index

    Properties

    Alias: string

    The alias used in the query, or the table name if no alias

    SchemaName: string

    The schema name, defaults to 'dbo' if unspecified

    TableName: string

    The table or view name as it appears in SQL