Click or drag to resize

LiteQueryableTInto Method


Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public int Into(
	string newCollection,
	BsonAutoId autoId = BsonAutoId.ObjectId
)

Parameters

newCollection  String
 
autoId  BsonAutoId  (Optional)
 

Return Value

Int32

Implements

ILiteQueryableResultTInto(String, BsonAutoId)
See Also