DbColumn - Kirix Documentation

Developer Resources

DbColumn

Overview

The DbColumn provides information about a column.

Properties

DbColumn.name
The name of the column, given as a string.
DbColumn.type
The type of the column, where the type is given by one of the DbType values.
DbColumn.width
The width of the column, given as a number.
DbColumn.scale
The scale of the column, given as a number.
DbColumn.expression
The formula of the column, given as a string. If the column doesn't have a formula, the string is blank.