[]
Represents the result set of an SQL query, including the columns and rows.
public sealed class DataTable
Name | Description |
---|---|
DataTable(IEnumerable<DataColumn>, IEnumerable<DataRow>) | Initializes a new instance of the DataTable class with the specified columns and rows. |
Name | Description |
---|---|
Columns | Gets the collection of columns in the result set of the SQL query. |
Rows | Gets the collection of rows in the result set of the SQL query. |