Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISelectField

The information about field to be selected if the field is an array or an alias is used.

Hierarchy

  • ISelectField

Index

Properties

Properties

Optional alias

alias: string

The alias to be used instead of field name, it can be a more self explanatory name than that used in the database table.

Optional extent

extent: number

The field extent index, for array fields. If set the select will return only that specific value from an array field.

name

name: string

The field name to select.