Skip to content

PagedQueryResult_TSource_.Result

Mike King edited this page Sep 30, 2025 · 2 revisions

PagedQueryResult<TSource>.Result Property

Gets the result of the query.

public System.Collections.Generic.IList<TSource> Result { get; }

Property Value

System.Collections.Generic.IList<TSource>

Clone this wiki locally