Entity
    Preparing search index...

    Class SQLEntityField<TFields, N>

    Helper for referencing entity fields that can be used in SQL queries. This allows for type-safe references to fields of an entity and does automatic translation to DB field names.

    Type Parameters

    • TFields extends Record<string, any>
    • N extends keyof TFields
    Index

    Constructors

    Properties

    Constructors

    Properties

    fieldName: N