Click or drag to resize

LiteQueryableTHaving Method

Filter documents after group by pipe according to predicate expression (requires GroupBy and support only one Having)

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public ILiteQueryable<T> Having(
	BsonExpression predicate
)

Parameters

predicate  BsonExpression
 

Return Value

ILiteQueryableT

Implements

ILiteQueryableTHaving(BsonExpression)
See Also