Member Junction
    Preparing search index...

    Describes the current state of an existing table in the target database.

    interface ExistingTableInfo {
        Columns: ExistingColumnInfo[];
        SchemaName: string;
        TableName: string;
    }
    Index

    Properties

    SchemaName: string
    TableName: string