Member Junction
    Preparing search index...

    Represents a simple entity type that is used for lightweight retrieval of partial remote entity metadata

    Index

    Constructors

    Properties

    BaseTable: string

    Name of the database table used for storing this entity

    BaseView: string

    Name of the database view used for reading this entity

    ClassName?: string

    Optional TypeScript/JavaScript class name for the entity

    CodeName?: string

    Optional code-friendly name for the entity (typically PascalCase)

    Description?: string

    Optional description explaining the entity's purpose

    Array of field definitions for this entity

    ID: string

    Unique identifier of the entity on the remote server

    Name: string

    Display name of the entity (e.g., "Users", "Companies")

    SchemaName: string

    Database schema name where the entity resides (e.g., "dbo", "custom")