[]
Classes that implement this interface can be regarded as DataTable data sources.
public interface ITableDataSource
Public Interface ITableDataSource
Name | Description |
---|---|
GetColumnCount() | Get the column count. |
GetColumnIndex(string) | Get the column index. |
GetColumnName(int) | Get the column name. |
GetRowCount() | Get the row count. |
GetValue(int, int) | Get value from the data source. |