JET_COLUMNLIST members

Include protected members
Include inherited members

Information about a temporary table containing information about all columns for a given table.

The JET_COLUMNLIST type exposes the following members.

Constructors

  Name Description
Public method JET_COLUMNLIST

Top

Properties

  Name Description
Public property columnidcbMax Gets the columnid of the column in the temporary table which stores the maximum length of the column.
Public property columnidcoltyp Gets the columnid of the column in the temporary table which stores the type of the column.
Public property columnidcolumnid Gets the columnid of the column in the temporary table which stores the id of the column.
Public property columnidcolumnname Gets the columnid of the column in the temporary table which stores the name of the column.
Public property columnidCp Gets the columnid of the column in the temporary table which stores the code page of the column.
Public property columnidDefault Gets the columnid of the column in the temporary table which stores the default value of the column.
Public property columnidgrbit Gets the columnid of the column in the temporary table which stores the grbit of the column.
Public property cRecord Gets the number of records in the temporary table.
Public property tableid Gets tableid of the temporary table. This should be closed when the table is no longer needed.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns a String that represents the current JET_COLUMNLIST. (Overrides Object.ToString().)

Top

See also

Reference

JET_COLUMNLIST class

Microsoft.Isam.Esent.Interop namespace