Click or drag to resize

QueryAll(String, Int32) Method

Returns all documents

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static Query All(
	string field,
	int order = 1
)

Parameters

field  String
 
order  Int32  (Optional)
 

Return Value

Query
See Also