public interface IBatchRowCreator<T> : IDisposable
where T : class, IIteratorRow
Public Interface IBatchRowCreator(Of T As {Class, IIteratorRow})
Inherits IDisposabletype IBatchRowCreator<'T when 'T : not struct and IIteratorRow> =
interface
interface IDisposable
end| CreateRow | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |