Click or drag to resize

ILiteCollectionTIncludeK(ExpressionFuncT, K) 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<K>(
	Expression<Func<T, K>> keySelector
)

Parameters

keySelector  ExpressionFuncT, K
 

Type Parameters

K

Return Value

ILiteCollectionT
See Also