Interface IEnumerableBatchResult<T>
Provides the result of a batch when is executed
public interface IEnumerableBatchResult<out T> : IEnumerableBatchResult, IBatchResult, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable
Type Parameters
TThe type of the result
- Inherited Members