Click or drag to resize

ILiteRepositoryFetchT(BsonExpression, String) Method

Execute Query[T].Where(predicate).ToList();

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
List<T> Fetch<T>(
	BsonExpression predicate,
	string collectionName = null
)

Parameters

predicate  BsonExpression
 
collectionName  String  (Optional)
 

Type Parameters

T

Return Value

ListT
See Also