NeoAxis Documentation
NeoAxis Documentation
API Reference
Internal.LiteDB
LiteQueryable<T> Class
LiteQueryable<T> Methods
Count Method
ExecuteReader Method
Exists Method
First Method
FirstOrDefault Method
ForUpdate Method
GetPlan Method
GroupBy Method
Having Method
Include Method
Into Method
Limit Method
LongCount Method
Offset Method
OrderBy Method
OrderByDescending Method
Select Method
Single Method
SingleOrDefault Method
Skip Method
ToArray Method
ToDocuments Method
ToEnumerable Method
ToList Method
Where Method
Lite
Queryable
T
Limit Method
Return a specified number of contiguous documents from start of resultset
Namespace:
Internal.LiteDB
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
Copy
public
ILiteQueryableResult
<T>
Limit
(
int
limit
)
Parameters
limit
Int32
Return Value
ILiteQueryableResult
T
Implements
ILiteQueryableResult
T
Limit(Int32)
See Also
Reference
LiteQueryable
T
Class
Internal.LiteDB Namespace
Copyright 2026 NeoAxis Group. All rights reserved.