Interface ITableRow
A single row in an Oracle Table.
public interface ITableRow
Properties
Cells
The collection of ITableCell objects in the row.
ReadOnlyCollection<ITableCell> Cells { get; }
A single row in an Oracle Table.
public interface ITableRow
The collection of ITableCell objects in the row.
ReadOnlyCollection<ITableCell> Cells { get; }