The DataColumnInfo class provides basic information about a table column in a data source.

Syntax

public class DataColumnInfo
Public Class DataColumnInfo

Introduced: X14.

Properties

Property Description
Caption Gets a descriptive or friendly column name.
ColumnName Gets the column name.
DataTableInfo Gets an object of type DataTableInfo which represents the table this column belongs to.
DataType Gets the data type of this table column.