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 SourceId
Gets or sets the id of the data to filter
Declaration
TId Id { get; set; }
Property Value
Type | Description |
---|---|
TId |