IBatchRowCreatorT Interface

Definition

Namespace: Firefly.Box.Data.UnderConstruction
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public interface IBatchRowCreator<T> : IDisposable
where T : class, IIteratorRow
Implements
IDisposable

Type Parameters

T

Methods

CreateRow 
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)

See Also