ILiteRepositoryFetchT(ExpressionFuncT, Boolean, String) Method |
Execute Query[T].Where(predicate).ToList();
Namespace: Internal.LiteDBAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
SyntaxList<T> Fetch<T>(
Expression<Func<T, bool>> predicate,
string collectionName = null
)
Parameters
- predicate ExpressionFuncT, Boolean
-
- collectionName String (Optional)
-
Type Parameters
- T
Return Value
ListT
See Also