NextGIS Frontend
    Preparing search index...

    Function Column

    Column decorator is used to mark a specific class property as a table column. Only properties decorated with this decorator will be persisted to the database when entity be saved.

    • Column decorator is used to mark a specific class property as a table column. Only properties decorated with this decorator will be persisted to the database when entity be saved.

      Returns FuncType

    • Column decorator is used to mark a specific class property as a table column. Only properties decorated with this decorator will be persisted to the database when entity be saved.

      Parameters

      Returns FuncType

    • Column decorator is used to mark a specific class property as a table column. Only properties decorated with this decorator will be persisted to the database when entity be saved.

      Parameters

      • options: ColumnOptions

      Returns FuncType