GetChildren

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

構文

Function getChildren(childName As String) As DataRow()

パラメータ

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

結果

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

Dim dataRow As New G1CLIENTLib.dataRow 
' Assume that dataRow has children ......	
' Or more code to be needed 
Dim rowsChild1() As Variant 
rowsChild1 = dataRow.getChildren("child1")