Edit

ColumnInfo members

Include protected members
Include inherited members

Information about one Esent column. This is not an interop class, but is used by the meta-data helper methods.

The ColumnInfo type exposes the following members.

Properties

  Name Description
Public property Coltyp Gets the type of the column.
Public property Columnid Gets the ID of the column.
Public property Cp Gets the code page of the column.
Public property DefaultValue Gets the default value of the column.
Public property Grbit Gets the column options.
Public property MaxLength Gets the maximum length of the column.
Public property Name Gets the name of the column.

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 ColumnInfo. (Overrides Object.ToString().)

Top

See also

Reference

ColumnInfo class

Microsoft.Isam.Esent.Interop namespace