Click or drag to resize
LiteRepository - Namespaces

LiteRepository is:

  • Generic Repository class (supports only CRUD operations)
  • POCO mapper (one class -> one database table by using attributes, if necessary)
  • Toolkit for building CRUD queries without writing SQL
  • The ability to create own repositories by using toolkit and POCO mapper
  • The ability to add new RDBMS
Namespaces
NamespaceDescription
LiteRepository
The LiteRepository.Attributes namespace contains main classes and interfaces.
LiteRepository.Attributes
The LiteRepository.Attributes namespace provides support for attribute classes that are used to define metadata.
LiteRepository.SqlServer
The System.Dynamic namespace provides classes that support SQL Server.