Click or drag to resize

QueryStartsWith Method

Returns all documents that starts with value (LIKE)

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static BsonExpression StartsWith(
	string field,
	string value
)

Parameters

field  String
 
value  String
 

Return Value

BsonExpression
See Also