kuromukira/LiteDB.Wrapper

Need of a simpler paged return model from reference.GetPaged

Closed this issue · 0 comments

The return type of Tuple<IList, long> is confusing for some. Change the return type to a new Class with properties for IList (returned list) and long (total number of rows).