Click or drag to resize

TableInfo Properties

The TableInfo type exposes the following members.

Properties
 NameDescription
Public propertyColumns Table column information as an in order list of columns as found in table.
Public propertyColumnsByName Table column information by column name.
Public propertyIsHiddenTable True if table is a hidden table.
Public propertyIsSystemTable True if table is a system database table (if false, table is a user defined table).
Public propertyIsUserTable True if table is a user defined table.
Public propertyName Database table name.
Public propertyRowCount Count of table total rows.
Top
See Also