[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel.Column

Column Class

Represents a column in a Table. This class can be used to create a new DbName for using in Table.

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

The Column class represents the data structure of the Table column to be displayed in the user interface of the QueryDesignerDialog.

Constructors

Name Description
Column(string, Type, bool)

Initializes a new instance of the Column class with the specified name, data type and schema.

Properties

Name Description
DataType

Gets the data type of the column.

IsPrimaryKey

Gets a value indicating whether the column is part of the primary key for the table.

Name

Gets the name of the column.