[Visual Basic .NET] Public Function ApplyEdits2 ( _ ByVal VersionName As String, _ ByVal TableEdits As ITableEdits, _ ByVal rollbackOnFailure As Boolean _ ) As ITableEditResults
[C#] public ITableEditResults ApplyEdits2 ( string VersionName, ITableEdits TableEdits, bool rollbackOnFailure );
[C++]
HRESULT ApplyEdits2(
BSTR VersionName,
ITableEdits* TableEdits,
VARIANT_BOOL rollbackOnFailure,
ITableEditResults** TableEditResults
);
[C++]Parameters
VersionName [in] VersionName is a parameter of type BSTR TableEdits [in]TableEdits is a parameter of type ITableEdits
rollbackOnFailure [in] rollbackOnFailure is a parameter of type VARIANT_BOOL TableEditResults [out, retval]TableEditResults is a parameter of type ITableEditResults
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.