Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IReadWriteQueryRepository<TId, TEntity>

    Defines the base implementation of a reading, writing and querying repository.

    Namespace: Umbraco.Core.Persistence
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IReadWriteQueryRepository<in TId, TEntity> : IReadRepository<TId, TEntity>, IWriteRepository<TEntity>, IQueryRepository<TEntity>, IRepository
    Type Parameters
    Name Description
    TId
    TEntity
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX