Column |
[DataContractAttribute] public class ColumnInfo
The ColumnInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| ColumnInfo | Constructor. |
| Name | Description | |
|---|---|---|
| CodePage | Code page for the column (text), if it is defined. | |
| DataType | Column data type. | |
| ID | Gets the database defined column ID, if it is defined. | |
| Index | Zero-offset column index. | |
| Name | Name of the column. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
This class stores high level database table column information. To extract table data see the various methods of interface IDatabaseExtractor.
See class DatabaseContent for more information.