Responder Developer Guide
AssignToCommonChildTable(DataRow,DataRow) Method


Syntax
'Declaration
 
Public Overloads Shared Function AssignToCommonChildTable( _
   ByVal dataRow1 As DataRow, _
   ByVal dataRow2 As DataRow _
) As Boolean
'Usage
 
Dim dataRow1 As DataRow
Dim dataRow2 As DataRow
Dim value As Boolean
 
value = DataHelper.AssignToCommonChildTable(dataRow1, dataRow2)
public static bool AssignToCommonChildTable( 
   DataRow dataRow1,
   DataRow dataRow2
)

Parameters

dataRow1
dataRow2
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DataHelper Class
DataHelper Members
Overload List

 

 


Send Comment