DataRow.GetParentRow, méthode
.NET Framework 2.0
Obtient la ligne parente de DataRow.
| Nom | Description |
|---|---|
| DataRow.GetParentRow (DataRelation) | Obtient la ligne parente de DataRow à l'aide du DataRelation spécifié. Pris en charge par le .NET Compact Framework. |
| DataRow.GetParentRow (String) | Obtient la ligne parente de DataRow à l'aide du RelationName spécifié de DataRelation. Pris en charge par le .NET Compact Framework. |
| DataRow.GetParentRow (DataRelation, DataRowVersion) | Obtient la ligne parente de DataRow à l'aide du DataRelation et du DataRowVersion spécifiés. Pris en charge par le .NET Compact Framework. |
| DataRow.GetParentRow (String, DataRowVersion) | Obtient la ligne parente de DataRow à l'aide du RelationName spécifié de DataRelation et de DataRowVersion. Pris en charge par le .NET Compact Framework. |