Table of Contents

Method PreparePaging

Namespace
Skyline.DataMiner.Net.LogHelpers
Assembly
SLNetTypes.dll

PreparePaging(IQuery<LogEntry>)

PagingHelper<LogEntry> PreparePaging(IQuery<LogEntry> query)

Parameters

query IQuery<LogEntry>

Returns

PagingHelper<LogEntry>

PreparePaging(IQuery<LogEntry>, long)

PagingHelper<LogEntry> PreparePaging(IQuery<LogEntry> query, long preferredPageSize)

Parameters

query IQuery<LogEntry>
preferredPageSize long

Returns

PagingHelper<LogEntry>