Options
All
  • Public
  • Public/Protected
  • All
Menu

In the same way that a PropertyDef describes a Property, a RecordDef describes an Record. It is composed of PropertyDefs while the Record is composed of Propertys. In other words it describes the structure or makeup of a row or record, but does not contain the data values themselves. The corresponding Record contains the actual values.

Hierarchy

  • RecordDef

Index

Properties

Accessors

Methods

Properties

propertyDefs

propertyDefs: PropertyDef[]

Accessors

propCount

  • get propCount(): number
  • Returns number

propNames

  • get propNames(): string[]
  • Returns string[]

Methods

propDefAtName

  • Parameters

    • name: string

    Returns PropertyDef

Generated using TypeDoc