[Visual Basic .NET]
Public Function ApplyEdits2 ( _
    ByVal gdbVersion As String, _
    ByVal TableEdits As ITableEdits, _
    ByVal rollbackOnFailure As Boolean _
) As ITableEditResults
[C#]
public ITableEditResults ApplyEdits2 (
    string gdbVersion,
    ITableEdits TableEdits,
    bool rollbackOnFailure
);
[C++]
HRESULT ApplyEdits2(
  BSTR gdbVersion,
  ITableEdits* TableEdits,
  VARIANT_BOOL rollbackOnFailure,
  ITableEditResults** TableEditResults
);
[C++]
Parameters
gdbVersion [in]
  gdbVersion 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. 
See Also
IGraphicFeatureServer2 Interface