Click or drag to resize
SQLitePCL.pretty.Orm.Attributes Namespace

[Missing <summary> documentation for "N:SQLitePCL.pretty.Orm.Attributes"]

Classes
  ClassDescription
Public classCollationAttribute
Attribute used to specify the collation function that should be used to sort the column. Note it is an error to annotate a non-string column with this attribute.
Public classColumnAttribute
Attribute used to specify the column in the SQL table a property value should be serialized to.
Public classCompositeIndexAttribute
Class level attribute used to define a composite index.
Public classForeignKeyAttribute
Indicates that a column is a foreign key constraint.
Public classIgnoreAttribute
Attribute to indicate that a given property should be ignored by the table mapping.
Public classIndexedAttribute
Attribute used to specify table column indexes.
Public classNotNullAttribute
Indicates that a table column is not nullable.
Public classPrimaryKeyAttribute
Indicates that the annotated value's column is part of the table's primary key.
Public classTableAttribute
Attribute used to specify the SQL table a class should be serialized to.