ESRI.ArcGIS.ADF.ArcGISServer
ApplyEdits Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > FeatureServerProxy Class : ApplyEdits Method




TableEdits

Syntax

Visual Basic (Declaration) 
<SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   Use=SoapBindingUse.Literal, 
   ParameterStyle=SoapParameterStyle.Wrapped)>
Public Function ApplyEdits( _
   ByVal TableEdits() As TableEdit _
) As TableEditResult()
Visual Basic (Usage)Copy Code
Dim instance As FeatureServerProxy
Dim TableEdits() As TableEdit
Dim value() As TableEditResult
 
value = instance.ApplyEdits(TableEdits)
C# 
[SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   Use=SoapBindingUse.Literal, 
   ParameterStyle=SoapParameterStyle.Wrapped)]
public TableEditResult[] ApplyEdits( 
   TableEdit[] TableEdits
)

Parameters

TableEdits

See Also

© 2010 All Rights Reserved.