Column Info Class
Database table column information.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataContractAttribute]
public class ColumnInfo- Inheritance
- Object ColumnInfo
Remarks
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.
Constructors
| ColumnInfo | Constructor. |
Properties
| 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. |
Methods
| 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) |