Click or drag to resize

QueryIn(String, BsonArray) Method

Returns all documents that has value in values list (IN)

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

Parameters

field  String
 
value  BsonArray
 

Return Value

BsonExpression
See Also