DataTableResponseColumn interface

Column definition

Properties

columnName

Name of the column

columnType

Column Type

dataType

Data type which looks like 'String' or 'Int32'.

Property Details

columnName

Name of the column

columnName?: string

Property Value

string

columnType

Column Type

columnType?: string

Property Value

string

dataType

Data type which looks like 'String' or 'Int32'.

dataType?: string

Property Value

string