Search Results for

    Show / Hide Table of Contents

    Interface IFilter<TId>

    Represents a basic no sql data filter

    Namespace: Simplic.Data.NoSql
    Assembly: Simplic.Data.dll
    Syntax
    public interface IFilter<TId>
    Type Parameters
    Name Description
    TId

    Properties

    | Improve this Doc View Source

    Id

    Gets or sets the id of the data to filter

    Declaration
    TId Id { get; set; }
    Property Value
    Type Description
    TId
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx