ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel Namespace / Column Class / DataType Property

In This Topic
    DataType Property (Column)
    In This Topic
    Gets the data type of the column.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataType As Type
    public Type DataType {get;}

    Property Value

    A System.Type object representing the data type of the column.
    See Also