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