ILiteCollectionTInsertBulk Method |
Implements bulk insert documents in a collection. Usefull when need lots of documents.
Namespace: Internal.LiteDBAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxint InsertBulk(
IEnumerable<T> entities,
int batchSize = 5000
)
Parameters
- entities IEnumerableT
-
- batchSize Int32 (Optional)
-
Return Value
Int32
See Also