Click or drag to resize

LiteRepositoryQueryT Method

Returns new instance of LiteQueryable that provides all method to query any entity inside collection. Use fluent API to apply filter/includes an than run any execute command, like ToList() or First()

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public ILiteQueryable<T> Query<T>(
	string collectionName = null
)

Parameters

collectionName  String  (Optional)
 

Type Parameters

T

Return Value

ILiteQueryableT

Implements

ILiteRepositoryQueryT(String)
See Also