The IData
public interface IDataTableAdapter
Public Interface IDataTableAdapter
Introduced: X13.
Property | Description |
---|---|
Child |
Returns the names of the child relations in this table as a string array. |
Column |
Returns the table's column names as a string array. |
Rows | Returns the table's data as an array of objects implementing the IData |
Table |
Returns the name of the table. |