JET_COLUMNBASE members

Include protected members
Include inherited members

Describes a column in a table of an ESENT database.

The JET_COLUMNBASE type exposes the following members.

Properties

  Name Description
Public property cbMax Gets the maximum length of the column. This is only meaningful for columns of type Text, LongText, Binary and LongBinary.
Public property coltyp Gets type of the column.
Public property columnid Gets the columnid of the column.
Public property cp Gets code page of the column. This is only meaningful for columns of type Text and LongText.
Public property grbit Gets the column options.
Public property szBaseColumnName Gets the name of the column in the template table.
Public property szBaseTableName Gets the table from which the current table inherits its DDL.

Top

Methods

  Name Description
Public method Equals(Object) Returns a value indicating whether this instance is equal to another instance. (Overrides Object.Equals(Object).)
Public method Equals(JET_COLUMNBASE) Returns a value indicating whether this instance is equal to another instance.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Returns the hash code for this instance. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns a String that represents the current JET_COLUMNBASE. (Overrides Object.ToString().)

Top

See also

Reference

JET_COLUMNBASE class

Microsoft.Isam.Esent.Interop namespace