Type Alias DataTableEx

type DataTableEx = {
    qFields?: DataField[];
    qFormatSpec?: string;
    qName?: string;
}
Index

Properties

qFields?: DataField[]

List of the fields in the table.

qFormatSpec?: string

List of format specification items, within brackets. Examples of specification items:

  • file type
  • embedded labels, no labels
  • table is <table name>
qName?: string

Name of the table.