The DataTableInfo class provides basic information about a data table in a data source.

Syntax

public class DataTableInfo
Public Class DataTableInfo

Introduced: X14.

Properties

Property Description
ChildRelations Gets a DataRelationInfoCollection representing the parent-child-relationships this table has with other data tables.
ChildTables Gets a DataTableInfoCollection representing the child-tables this table has.
Columns Gets a DataColumnInfoCollection representing the columns of this data table.
TableName Gets the table name.