This topic has not yet been rated - Rate this topic

DataRow.GetChildRows Method

Gets the child 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 Supported by the .NET Compact Framework Supported by the XNA Framework GetChildRows(DataRelation) Gets the child rows of this DataRow using the specified DataRelation.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework GetChildRows(String) Gets the child rows of a DataRow using the specified RelationName of a DataRelation.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework GetChildRows(DataRelation, DataRowVersion) Gets the child rows of a DataRow using the specified DataRelation, and DataRowVersion.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework GetChildRows(String, DataRowVersion) Gets the child rows of a DataRow using the specified RelationName of a DataRelation, and DataRowVersion.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.