TableInfo Class

Database table information.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataContractAttribute]
public class TableInfo
Inheritance
Object    TableInfo

Remarks

This class stores high level database table information. To extract table data see the various methods of interface IDatabaseExtractor.

See class DatabaseContent for more information.

Constructors

TableInfo Constructor.

Properties

Columns Table column information as an in order list of columns as found in table.
ColumnsByName Table column information by column name.
IsHiddenTable True if table is a hidden table.
IsSystemTable True if table is a system database table (if false, table is a user defined table).
IsUserTable True if table is a user defined table.
Name Database table name.
RowCount Count of table total rows.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also