Class Types
| Class | Summary |
|---|---|
| Excluded |
Specifies whether a property should be excluded from certain operations, such as data fetching and query generation. |
| Generate |
Specifies whether the insert query generation for a class should include the ID property or exclude it. |
| KeyPropertyAttribute | Specifies whether a property should be considered as a key property. |
| TableNameAttribute | Specifies the name of the database table associated with a class. |
| TableSchemaAttribute | Specifies the schema name of the database table associated with a class. |