ILiteCollectionTInsert(BsonValue, T) Method |
Insert a new document to this collection using passed id value.
Namespace: Internal.LiteDBAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxvoid Insert(
BsonValue id,
T entity
)
Parameters
- id BsonValue
-
- entity T
-
See Also