Click or drag to resize

ILiteCollectionTInclude(BsonExpression) Method

Run an include action in each document returned by Find(), FindById(), FindOne() and All() methods to load DbRef documents Returns a new Collection with this action included

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
ILiteCollection<T> Include(
	BsonExpression keySelector
)

Parameters

keySelector  BsonExpression
 

Return Value

ILiteCollectionT
See Also