Click or drag to resize
LiteRepository.Attributes Namespace
The LiteRepository.Attributes namespace provides support for attribute classes that are used to define metadata.
Classes
  ClassDescription
Public classSqlAliasAttribute
Represents the database column (table) that a property (class) is mapped to.
Public classSqlIgnoreAttribute
Denotes that a property or class should be excluded from database mapping.
Public classSqlKeyAttribute
Denotes a property used as a part of a primary key.