ListChildNames

指定された親子関係のすべての名前を取得します。

構文

public string[] ListChildrenNames(DataRow parentRow)

パラメータ

なし

結果

指定された親/子関係の名前セットを返します。

string[] childNames = dataTable.ListChildrenNames( parentRow);