MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.Data Namespace / DataColumn Structure
Members

DataColumn Structure
Represents a column in a DataTable.
Object Model
DataColumn Structure
Syntax
'Declaration
 
Public Structure DataColumn 
   Inherits System.ValueType
 
Remarks
The DataColumn class represents the data structure of a column in the result set.
Inheritance Hierarchy

System.Object
   System.ValueType
      GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.DataColumn

See Also