Click or drag to resize

IDataFrameRowCollectionTData Interface

A collection of row/recordwise data in a data frame.

Namespace: ema3d.Api.V25.Results
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public interface IDataFrameRowCollection<TData> : IEnumerable<IDataFrameRow<TData>>, 
	IEnumerable, IDisposable
where TData : new()

Type Parameters

TData
The data type represented in the row collection.

The IDataFrameRowCollectionTData type exposes the following members.

Properties
 NameDescription
Public propertyItem Gets record at index.
Top
Methods
 NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Public methodGetEnumeratorReturns an enumerator that iterates through the collection.
(Inherited from IEnumerableIDataFrameRowTData)
Top
See Also