バージョン

ChildBands プロパティ

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