BsonExpressionCreate(String, BsonValue) Method |
Parse string and create new instance of BsonExpression - can be cached
Namespace: Internal.LiteDBAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static BsonExpression Create(
string expression,
params BsonValue[] args
)
Parameters
- expression String
-
- args BsonValue
-
Return Value
BsonExpression
See Also