Struct: ReadOnlyDataTableAdapter
Exposes and instance through the
interface.
Examples
Methods
Name |
Description |
GetRow(Int32)
|
Returns an enumerable to iterate over the values in a row.
|
Properties
Name |
Description |
ColumnNames
|
Gets a list of the column names.
|
Columns
|
Explicitly get the columns of the table.
|
Item
|
|
Metadata
|
Gets a dictionary with additional information that may be useful to understanding the
context of data in the table.
|
Name
|
Get the name of the table.
|
RowCount
|
Gets the maximum number of data points (rows) among all columns in the table
|