AdgDataSet.AddRow Methods

Creates a DataRow object in preparation for adding it to the AdgDataSet.


Overload List Description

AddRow(integer)

Add a prepared row to the table for a particular format by index.

AddRow(string)

Add a prepared row to the table for a particular format by name.

See Also