OINO TS
    Preparing search index...

    Class OINODataField

    Base class for a column of data responsible for appropriatelly serializing/deserializing the data.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    datasource: OINODataSource

    OINO data source reference

    fieldParams: OINODataFieldParams

    Parameters for the field

    maxLength: number

    Maximum length of the field (or 0)

    name: string

    Name of the field

    nativeType: string

    SQL type of the field

    type: string

    Internal type of field

    Methods