UltraLite for MobileVB User's Guide
UltraLite for MobileVB API Reference
ULResultSetSchema class
Prototype | Description |
---|---|
ColumnCount As Integer (read-only) | Gets the number of columns 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. |