The ColumnInformation type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ColumnInformation | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Clone |
Clone the current object
| |
| Equals | (Overrides Object..::.Equals(Object).) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode | (Overrides Object..::.GetHashCode()()().) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| DataType |
The DbType of the column
| |
| DbDeclarationType |
The database specific declaration type for the column
| |
| Indexed |
True if column is contained within an index in the database, false if not
| |
| MaxLength |
The maximum length of the column
| |
| Name |
The name of the column
| |
| OwnerTableName |
The name of the table this column belongs to
|