Type Alias FieldOrColumn

type FieldOrColumn = {
    qFieldName?: string;
    qTableName?: string;
}
Index

Properties

qFieldName?: string

Name of the field or column to be matched.

qTableName?: string

Name of the table to be matched on. This parameter is optional. If TableName is set, FieldName represent the Table column with that name. If TableName is not set, FieldName represents the the field with that name.