GetChildren

指定された関係から子の行を取得します。

構文

public EnhancedDataTable GetChildren(DataRow parentRow, string name)

パラメータ

  • ParentRow - 親の行。
  • Name - 親子関係の名前 ("Flood Plain Data"、"References"、"Used By" など)。

結果

指定された関係から子の行を返します。

EnhancedDataTable	childRows = dataTable.GetChildren(parentRow, "child1");