Syntax | Description |
ColumnBaseName As String (read-only) | Gets the base column name of a given column in the result set (if available). |
ColumnBaseTableName As String (read-only) | Gets the base table name of a named column in the result set (if available). |
ColumnCount As Integer (read-only) | Gets the number of columns in the result set. |
ColumnID As Integer (read-only) | Gets the column ID of a named column in the result set. |
ColumnName As String (read-only) | Gets the name of the column in the result set. |
ColumnPrecision As Integer (read-only) | Gets the precision of the datatype for the column if it is numeric. |
ColumnScale As Integer (read-only) | Gets the scale of the datatype for the column if it is numeric. |
ColumnSize As Integer (read-only) | Gets the size of the datatype for the column. |
ColumnSQLType As ULSQLType (read-only) | Gets the ULSQLType of the column. |