ListChildNames

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

構文

Function listChildNames() As String() 

パラメータ

なし

結果

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

Dim dataRow As New G1CLIENTLib.dataRow 
' Assume that dataRow has children ......	
' Or more code to be needed 
Dim sChildNames() As String 
sChildNames = dataRow.listChildNames