Click or drag to resize

ColumnInfo Class

Database table column information.
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Interfaces.ContentColumnInfo

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.6.0 (2025.4.6)
Syntax
C#
[DataContractAttribute]
public class ColumnInfo

The ColumnInfo type exposes the following members.

Constructors
 NameDescription
Public methodColumnInfo Constructor.
Top
Properties
 NameDescription
Public propertyCodePage Code page for the column (text), if it is defined.
Public propertyDataType Column data type.
Public propertyID Gets the database defined column ID, if it is defined.
Public propertyIndex Zero-offset column index.
Public propertyName Name of the column.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
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.

See Also