[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.DataTable

DataTable Class

Represents the result set of an SQL query, including the columns and rows.

Inheritance
DataTable
Namespace: GrapeCity.ActiveReports.QueryDesigner.Implementation.Data
Assembly: MESCIUS.ActiveReports.QueryDesigner.dll
Syntax
public sealed class DataTable

Constructors

Name Description
DataTable(IEnumerable<DataColumn>, IEnumerable<DataRow>)

Initializes a new instance of the DataTable class with the specified columns and rows.

Properties

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.