Click or drag to resize

QueryEQ Method

Returns all documents that value are equals to value (=)

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

Parameters

field  String
 
value  BsonValue
 

Return Value

BsonExpression
See Also