Interface IResultList<T>
Result list returned from a filtered query.
public interface IResultList<T> : ILastResultIdentifiable
Type Parameters
T
- Inherited Members
- Extension Methods
Fields
Empty
Empty result data.
public static readonly IReadOnlyList<T> Empty
Field Value
Properties
Data
Filtered result of T
.
IReadOnlyList<T> Data { get; }
Property Value
Total
Total (unfiltered) result size.
int Total { get; }