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

Syntax

public interface IDataRowAdapter
Public Interface IDataRowAdapter

Introduced: X13.

Methods

Method Description
GetChildRows Returns the data of a child relation with a given name as an array of IDataRowAdapter instances.

Properties

Property Description
Item The indexer of the IDataRowAdapter interface returns the content of the row's column with the given name.
Table Gets the table the data row belongs to as an instance of a class implementing the IDataTableAdapter interface.