Click or drag to resize

BsonExpression   Conversion (String to BsonExpression)

Implicit string converter

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

Parameters

expr  String
 

Return Value

BsonExpression
See Also