GetChildRows Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Data Namespace
DataRow Class
DataRow Methods
GetChildRows Method
GetChildRows Method (DataRelat ...
GetChildRows Method (String)
GetChildRows Method (DataRelat ...
GetChildRows Method (String, D ...
DataRow Methods
AcceptChanges Method
BeginEdit Method
CancelEdit Method
ClearErrors Method
Delete Method
EndEdit Method
Field Method
GetChildRows Method
GetColumnError Method
GetColumnsInError Method
GetParentRow Method
GetParentRows Method
HasVersion Method
IsNull Method
RejectChanges Method
SetAdded Method
SetColumnError Method
SetField Method
SetModified Method
SetNull Method
SetParentRow Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
DataRow
.
.
::
.
GetChildRows Method
Gets the child rows of a
DataRow
.
Overload List
Name
Description
GetChildRows(DataRelation)
Gets the child rows of this
DataRow
using the specified
DataRelation
.
GetChildRows(String)
Gets the child rows of a
DataRow
using the specified
RelationName
of a
DataRelation
.
GetChildRows(DataRelation, DataRowVersion)
Gets the child rows of a
DataRow
using the specified
DataRelation
, and
DataRowVersion
.
GetChildRows(String, DataRowVersion)
Gets the child rows of a
DataRow
using the specified
RelationName
of a
DataRelation
, and
DataRowVersion
.
Top
See Also
Reference
DataRow Class
DataRow Members
System.Data Namespace
Tags :