Table of Contents

Interface IResultList<T>

Namespace
Tlabs.Data.Model
Assembly
Tlabs.Data.dll

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

IReadOnlyList<T>

Properties

Data

Filtered result of T.

IReadOnlyList<T> Data { get; }

Property Value

IReadOnlyList<T>

Total

Total (unfiltered) result size.

int Total { get; }

Property Value

int