This topic has not yet been rated - Rate this topic

DataRow.GetParentRows Method

Gets the parent rows of a DataRow.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method GetParentRows(DataRelation) Gets the parent rows of a DataRow using the specified DataRelation.
Public method GetParentRows(String) Gets the parent rows of a DataRow using the specified RelationName of a DataRelation.
Public method GetParentRows(DataRelation, DataRowVersion) Gets the parent rows of a DataRow using the specified DataRelation, and DataRowVersion.
Public method GetParentRows(String, DataRowVersion) Gets the parent rows of a DataRow using the specified RelationName of a DataRelation, and DataRowVersion.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.