DataTableResponseColumn interface
Column definition
Properties
column |
Name of the column |
column |
Column Type |
data |
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