Table of Contents

Method PrepareSearchPaging

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

PrepareSearchPaging(string, IQuery<LogEntry>)

PagingHelper<LogEntry> PrepareSearchPaging(string query, IQuery<LogEntry> filter)

Parameters

query string
filter IQuery<LogEntry>

Returns

PagingHelper<LogEntry>

PrepareSearchPaging(string, long, IQuery<LogEntry>)

PagingHelper<LogEntry> PrepareSearchPaging(string query, long preferredPageSize, IQuery<LogEntry> filter)

Parameters

query string
preferredPageSize long
filter IQuery<LogEntry>

Returns

PagingHelper<LogEntry>