Name

GetParentRows

Synopsis


DataRow[] parentRows = DataRow.GetParentRows(DataRelation dr);

DataRow[] parentRows = DataRow.GetParentRows(String relationName);

DataRow[] parentRows = DataRow.GetParentRows(DataRelation,

    DataRowVersion drv);

DataRow[] parentRows = DataRow.GetParentRows(String relationName,

    DataRowVersion drv);

Gets an array of DataRow objects that are the parent rows of the current row, based on a DataRelation.