Type Alias SourceKeyRecord

type SourceKeyRecord = {
    qKeyFields?: string[];
    qTables?: string[];
}
Index

Properties

qKeyFields?: string[]

Name of the key field.

qTables?: string[]

Table the key belongs to.