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
StartIndex
Gets the start index.
int StartIndex { get; }