Responder Developer Guide
MergeDataSets Method


Syntax
'Declaration
 
Public Shared Sub MergeDataSets( _
   ByRef original As DataSet, _
   ByVal updated As DataSet _
) 
'Usage
 
Dim original As DataSet
Dim updated As DataSet
 
DataHelper.MergeDataSets(original, updated)
public static void MergeDataSets( 
   ref DataSet original,
   DataSet updated
)

Parameters

original
updated
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

 

 


Send Comment