Member Junction
    Preparing search index...

    Represents a field within a remote entity - contains basic field metadata

    Index

    Constructors

    Properties

    AllowsNull: boolean

    Whether the field can contain null values

    Description?: string

    Optional description explaining the field's purpose

    ID: string

    Unique identifier of the entity field on the remote server

    MaxLength: number

    Maximum length for string fields, -1 for unlimited, 0 for non-string types

    Name: string

    Field name (e.g., "FirstName", "Email", "CreatedAt")

    Type: string

    Data type of the field (e.g., "nvarchar", "int", "datetime", "bit")