The IDataTableAdapter interface contains properties and methods implemented by data table instances used in the BlockMerging event.

Syntax

public interface IDataTableAdapter
Public Interface IDataTableAdapter

Introduced: X13.

Properties

Property Description
ChildTableNames Returns the names of the child relations in this table as a string array.
ColumnNames Returns the table's column names as a string array.
Rows Returns the table's data as an array of objects implementing the IDataRowAdapter interface.
TableName Returns the name of the table.