Click or drag to resize

BsonExpressionCreate(String) Method

Parse string and create new instance of BsonExpression - can be cached

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static BsonExpression Create(
	string expression
)

Parameters

expression  String
 

Return Value

BsonExpression
See Also