Namespace Umbraco.Cms.Core.Persistence
Classes
SqlExpressionExtensions
String extension methods used specifically to translate into SQL
SqlExtensionsStatics
Provides a mean to express aliases in SELECT Sql statements.
Interfaces
IQueryRepository <TEntity>
Defines the base implementation of a querying repository.
IReadRepository <TId, TEntity>
Defines the base implementation of a reading repository.
IReadWriteQueryRepository <TId, TEntity>
Defines the base implementation of a reading, writing and querying repository.
IRepository
Defines the base implementation of a repository.
IWriteRepository <TEntity>
Defines the base implementation of a writing repository.