Click or drag to resize

QueryIn(String, BsonValue) 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,
	params BsonValue[] values
)

Parameters

field  String
 
values  BsonValue
 

Return Value

BsonExpression
See Also