Skip to main content

TdxAttribute Enum

Declaration

TdxAttribute = (
    Entity,
    Automapping,
    Table,
    SchemaName,
    Inheritance,
    Column,
    NonPersistent,
    Association,
    Aggregated,
    Size,
    ReadOnly,
    Nullable,
    Default,
    Key,
    Indexed,
    Unique,
    NoForeignKey,
    Blob,
    Delayed,
    Generator,
    VirtualColumn
);

Members

Name
Entity
Automapping
Table
SchemaName
Inheritance
Column
NonPersistent
Association
Aggregated
Size
ReadOnly
Nullable
Default
Key
Indexed
Unique
NoForeignKey
Blob
Delayed
Generator
VirtualColumn
See Also