SanteDB.OrmLite.Attributes Namespace | 
| Class | Description | |
|---|---|---|
| AlwaysJoinAttribute | 
            Instructs the query planner to always join another reference table when executing queries
              | |
| 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
              | |
| ForeignKeyAttribute | 
            Represents a foreign key
              | |
| 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
              | |
| SkipHintAttribute | 
            The skip hint attribute allows the more complex auto-joining 
            tools to understand when skipping a join can be performed
              | |
| TableAttribute | 
            Represents a table mapping attribute
              |