IReadOnlyDataTable

No details are provided for this entry.

Declaration Syntax

public interface IReadOnlyDataTable

Table 1741: Members

Property

ColumnNames

Gets a list of the column names.

Property

Columns

Explicitly get the columns of the table.

Property

Item

Gets the specified column. If key is an (See System.Int32), it will be interpreted as an index. If key is a (See System.String), it will be interpreted as a column name.

Property

Metadata

Gets a dictionary with additional information that may be useful to understanding the context of data in the table.

Property

Name

Get the name of the table.

Property

RowCount

Gets the maximum number of data points (rows) among all columns in the table

Method

GetRow(int)

Returns an enumerable to iterate over the values in a row.