| C# |
|---|
| public class DbMetaDataColumn : IComparable<DbMetaDataColumn> |
| #ctor | Initializes an object instance. |
| Clone | Clones the structure of the object. |
| CompareTo | Provides the default Sort functionality. |
| ToString | The object string identifier. |
| AllowDBNull | Gets or sets the AllowDbNull value. |
| AutoIncrement | Gets or sets the AutoIncrement value. |
| Caption | Gets or sets the Caption value. |
| ChangedNames | Gets a reference to the ChangedNames list. |
| ColumnName | Gets or sets the ColumnName value. |
| DataTypeName | Gets or sets the DataTypeName value. |
| DbMetaDataTableID | Gets or sets the DbMetaDataTableID value. |
| DefaultValue | Gets or sets the DefaultValue value. |
| Description | Gets or sets the Description value. |
| ID | Gets or sets the ID value. |
| MaxLength | Gets or sets the MaxLength value. |
| Name | Gets or sets the Name value. |
| PropertyName | Gets or sets the PropertyName value. |
| Sequence | Gets or sets the Sequence value. |
| ShortCaption | Gets or sets the ShortCaption value. |
| Unique | Gets or sets the Unique value. |
| ColumnAllowDbNull | The AllowDbNull column name. |
| ColumnAutoIncrement | The AutoIncrement column name. |
| ColumnCaption | The Caption column name. |
| ColumnColumnName | The ColumnName column name. |
| ColumnDataTypeName | The DataTypeName column name. |
| ColumnDbMetaDataTableID | The DbMetaDataTableID column name. |
| ColumnDefaultValue | The DefaultValue column name. |
| ColumnDescription | The Description column name. |
| ColumnID | The ID column name. |
| ColumnMaxLength | The MaxLength column name. |
| ColumnPropertyName | The PropertyName column name. |
| ColumnSequence | The Sequence column name. |
| ColumnShortCaption | The ShortCaption column name. |
| ColumnUnique | The Unique column name. |
| ColumnXName | The Name column name. |
| LengthCaption | The Caption maximum length. |
| LengthColumnName | The ColumnName maximum length. |
| LengthDataTypeName | The DataTypeName maximum length. |
| LengthDefaultValue | The DefaultValue maximum length. |
| LengthDescription | The Description maximum length. |
| LengthName | The Name maximum length. |
| LengthPropertyName | The PropertyName maximum length. |
| LengthShortCaption | The ShortCaption maximum length. |
| PropertyDbMetaDataTableID | The DbMetaDataTableID property name. |
| TableName | The table name. |