JET_COLUMNCREATE members

Include protected members
Include inherited members

Describes a column in a table of an ESENT database.

The JET_COLUMNCREATE type exposes the following members.

Constructors

  Name Description
Public method JET_COLUMNCREATE

Top

Properties

  Name Description
Public property cbDefault Gets or sets the size of the default value.
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 err Gets or sets the error code from creating this column.
Public property grbit Gets or sets the column options.
Public property pvDefault Gets or sets the default value (NULL if none).
Public property szColumnName Gets or sets the name of the column to create.

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 Generate a string representation of the instance. (Overrides Object.ToString().)

Top

See also

Reference

JET_COLUMNCREATE class

Microsoft.Isam.Esent.Interop namespace