Edit

JET_COLUMNDEF members

Include protected members
Include inherited members

Describes a column in a table of an ESENT database.

The JET_COLUMNDEF type exposes the following members.

Constructors

  Name Description
Public method JET_COLUMNDEF

Top

Properties

  Name Description
Public property cbMax Gets or sets the maximum length of the column. This is only meaningful for columns of type Text, LongText, Binary and LongBinary.
Public property coltyp Gets or sets type of the column.
Public property columnid Gets the columnid of the column.
Public property cp Gets or sets code page of the column. This is only meaningful for columns of type Text and LongText.
Public property grbit Gets or sets the column options.

Top

Methods

  Name Description
Public method ContentEquals Returns a value indicating whether this instance is equal to another instance.
Public method DeepClone Returns a deep copy of the object.
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_COLUMNDEF. (Overrides Object.ToString().)

Top

See also

Reference

JET_COLUMNDEF class

Microsoft.Isam.Esent.Interop namespace