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 classApplicationEncryptAttribute Indicates whether the property should use ALE (if supported by the provider and supported by the
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 classDefaultValueAttribute Assign default
Public classForeignKeyAttribute Represents a foreign key
Public classHideProviderInConfigToolAttribute Instructs the config tool to ignore this IDataConfigurationProvider. This attribute is not inherited.
Public classIgnoreCaseAttribute When set on a property all SQL will ignore case
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 classTableAttribute Represents a table mapping attribute
Public classTableReferenceAttribute Reference attribute to another table
Public classUniqueAttribute Represents an attribute for marking columns as not null.
Public classWeakReferenceHintAttribute Identifies a reference to another table where this data can be located based on the CastAs