ILiteRepositoryQueryT 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.LiteDBAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
SyntaxILiteQueryable<T> Query<T>(
string collectionName = null
)
Parameters
- collectionName String (Optional)
-
Type Parameters
- T
Return Value
ILiteQueryableT
See Also