Table of Contents

Class ListResult<TResult>

Namespace
Innova.Data.Entity
Assembly
Innova.Data.dll

Represents a list result containing the count and items.

public class ListResult<TResult>

Type Parameters

TResult

The type of the items in the list.

Inheritance
ListResult<TResult>

Properties

Count

Gets or sets the count of items in the list.

Items

Gets or sets the list of items.