Table of Contents

Interface IVirtualRequest

Namespace
DynamicData
Assembly
DynamicData.dll

A request to virtualise a stream.

public interface IVirtualRequest

Properties

Size

Gets the number of records to return.

int Size { get; }

Property Value

int

StartIndex

Gets the start index.

int StartIndex { get; }

Property Value

int