ArcFM Engine Developer Guide
SubmitMerge Method


DataSet to submit and update.
Submits a dataset to Data Services and merges the response to the submitted dataset.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Sub SubmitMerge( _
   ByVal dataSet As DataSet _
) 
'Usage
 
Dim dataSet As DataSet
 
DataServiceExecutionExtension.SubmitMerge(dataSet)
[Extension()]
public static void SubmitMerge( 
   DataSet dataSet
)

Parameters

dataSet
DataSet to submit and update.
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

DataServiceExecutionExtension Class
DataServiceExecutionExtension Members

 

 


Send Comment