IColumnInfo Interface Members
Public Properties
Public Property ColCountGets the number of columns in the current Recordset object.
Public Property ColIndexGets the index (zero-based) of a Recordset column specified by column name.
Public Property ColNameThe name of the Recordset column specified by Index (zero-based).
Public Property ColSizeThe physical size as defined in the database of the fields in the column specified by Index (zero-based).
Public Property ColTypeThe data type of column.
See Also