Data for Silverlight
GetChildRows(String) メソッド

使用する DataRelation の名前。
指定された DataRelation を使用する、この DataRow の子の行を取得します。
構文
'宣言
 
Public Overloads Function GetChildRows( _
   ByVal relationName As System.String _
) As DataRow()
public DataRow[] GetChildRows( 
   System.string relationName
)

パラメータ

relationName
使用する DataRelation の名前。

戻り値の型

指定された DataRelation を使用する、この DataRow の子の行を含む配列。
参照

DataRow クラス
DataRow メンバ
オーバーロード一覧