dxEMF.Attributes Unit
#Classes
Name | Description |
---|---|
Aggregated |
Indicates if an entity class‘s collection field/property referencing an association‘s “many” end aggregates its referenced entity objects. |
Association |
Identifies the end of an association that establishes a one-to-many entity relationship. |
Automapping |
Enables simplified table and column mapping for an entity class. |
Blob |
Indicates if a table column to which a string or BLOB data field/property of an entity class is mapped stores Memo or BLOB data. |
Column |
Specifies a table column to which an entity class maps its field/property. |
DBType |
Specifies the data store type of a table column to which an entity class‘s field/property maps its data. |
Discriminator |
Specifies a discriminator column value that uniquely identifies rows that correspond to an entity class in the ancestor’s table. |
Discriminator |
|
Edit |
|
Edit |
|
Entity |
Marks a class as an entity class. |
Generator |
Specifies how an auto-incremented primary key generates its values. |
Indexed |
Specifies if a field’s/property’s mapped column makes up a non-unique index on a data store table to which an entity class is mapped. |
Indexes |
Specifies one or more columns that make up a non-unique index on a data store table to which an entity class is mapped. |
Inheritance |
Specifies where an entity descendant class stores its data. |
Key |
Specifies one or more table columns that make up a primary key for an entity class. |
No |
Disables automatic creation of foreign key constraints for an association. |
Non |
Excludes a field from a schema created for an entity class marked with the Automapping |
Nullable |
Allows a table column mapped to an entity class‘s field/property storing NULL values. |
Read |
Makes a Tdx |
Schema |
Specifies the name of a database schema in which a table mapped to an entity class is created. |
Size |
Specifies the size of a table column to which a string or BLOB data field/property of an entity class is mapped. |
Table |
Specifies a data store table to which an entity class maps its data. |
Unique |
Creates a unique index on a table column that is mapped to an entity class‘s field/property. |
Virtual |
#Types
Name | Description |
---|---|
Default |
Reserved for future use. |