Interface ICellsDataTable

ICellsDataTable interface

Represents data table.

public interface ICellsDataTable

Properties

NameDescription
Columns { get; }Gets the columns’ name.
Count { get; }Gets the count of the records. -1 for unknown records count.
Item { get; }Gets the data stored in the column specified by index. (2 indexers)

Methods

NameDescription
BeforeFirst()Move the cursor to the front of this object, just before the first row.
Next()Moves the cursor down one row from its current position.

See Also