QueryAnyStartsWith Method |
Returns all documents for which at least one value in arrayFields starts with value (LIKE)
Namespace: Internal.LiteDBAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic BsonExpression StartsWith(
string arrayField,
string value
)
Parameters
- arrayField String
-
- value String
-
Return Value
BsonExpression
See Also