DataRow::GetChildRows Method

 

Gets the child rows of a DataRow.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

NameDescription
System_CAPS_pubmethodGetChildRows(DataRelation^)

Gets the child rows of this DataRow using the specified DataRelation.

System_CAPS_pubmethodGetChildRows(DataRelation^, DataRowVersion)

Gets the child rows of a DataRow using the specified DataRelation, and DataRowVersion.

System_CAPS_pubmethodGetChildRows(String^)

Gets the child rows of a DataRow using the specified RelationName of a DataRelation.

System_CAPS_pubmethodGetChildRows(String^, DataRowVersion)

Gets the child rows of a DataRow using the specified RelationName of a DataRelation, and DataRowVersion.

Return to top
Show: