Interface ColumnValues

Represents the values held by a Column.

interface ColumnValues {
    dataType: DataType;
    name: string;
}

Hierarchy (view full)

Properties

Properties

dataType: DataType

Gets the data type of this instance.

name: string

Gets the name of this instance.