Click or drag to resize

SanteDB.OrmLite.Attributes Namespace

 
Classes
  ClassDescription
Public classAlwaysJoinAttribute
Instructs the query planner to always join another reference table when executing queries
Public classAssociativeTableAttribute
Indicates that another table is associated with the current table through a third table
Public classAutoGeneratedAttribute
Represents a database populated field
Public classColumnAttribute
Represents an attribute for marking columns
Public classForeignKeyAttribute
Represents a foreign key
Public classJoinFilterAttribute
Join filter attribute
Public classNotNullAttribute
Represents an attribute for marking columns as not null.
Public classPrimaryKeyAttribute
Tags the primary key of column
Public classSecretAttribute
Indicates that a field should not be selected
Public classSkipHintAttribute
The skip hint attribute allows the more complex auto-joining tools to understand when skipping a join can be performed
Public classTableAttribute
Represents a table mapping attribute