Click or drag to resize

LiteQueryableTInclude(ListBsonExpression) Method

Load cross reference documents from path expression (DbRef reference)

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

Parameters

paths  ListBsonExpression
 

Return Value

ILiteQueryableT

Implements

ILiteQueryableTInclude(ListBsonExpression)
See Also