Table of Contents

Method GetBatchItems

Namespace
MongoDB.Driver.Core.Misc
Assembly
MongoDB.Driver.Core.dll

GetBatchItems()

Gets the items in the batch.

IReadOnlyList<out T> GetBatchItems()

Returns

IReadOnlyList<T>

The items in the batch.