バージョン 24.2 (最新)

ChildBands プロパティ

この特定の Row の ChildBands を取得します。
シンタックス
public virtual ChildBandCollection ChildBands {get;}
解説
特定の行の子行への参照を取得するために ChildBand を使用することができます。Row.ChildBands[0].Rows[0] または Row.ChildBands["Orders"].Rows[0]
参照