ILiteCollectionTInsert(IEnumerableT) Method |
Insert an array of new documents to this collection. Document Id must be a new value in collection. Can be set buffer size to commit at each N documents
Namespace: Internal.LiteDBAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxint Insert(
IEnumerable<T> entities
)
Parameters
- entities IEnumerableT
-
Return Value
Int32
See Also