Sante |
| Class | Description | |
|---|---|---|
| AlwaysJoinAttribute | Instructs the query planner to always join another reference table when executing queries | |
| ApplicationEncryptAttribute | Indicates whether the property should use ALE (if supported by the provider and supported by the | |
| AssociativeTableAttribute | Indicates that another table is associated with the current table through a third table | |
| AutoGeneratedAttribute | Represents a database populated field | |
| ColumnAttribute | Represents an attribute for marking columns | |
| DefaultValueAttribute | Assign default | |
| ForeignKeyAttribute | Represents a foreign key | |
| HideProviderInConfigToolAttribute | Instructs the config tool to ignore this IDataConfigurationProvider. This attribute is not inherited. | |
| IgnoreCaseAttribute | When set on a property all SQL will ignore case | |
| JoinFilterAttribute | Join filter attribute | |
| NotNullAttribute | Represents an attribute for marking columns as not null. | |
| PrimaryKeyAttribute | Tags the primary key of column | |
| SecretAttribute | Indicates that a field should not be selected | |
| TableAttribute | Represents a table mapping attribute | |
| TableReferenceAttribute | Reference attribute to another table | |
| UniqueAttribute | Represents an attribute for marking columns as not null. | |
| WeakReferenceHintAttribute | Identifies a reference to another table where this data can be located based on the CastAs |