ArcObjects Library Reference (GeoDatabaseDistributed)  

ITablesDataChanges.Remove Method

Remove table data changes.

[Visual Basic .NET]
Public Sub Remove ( _
    ByVal TargetName As String _
)
[C#]
public void Remove (
    string TargetName
);
[C++]
HRESULT Remove(
  BSTR TargetName
);
[C++]

Parameters

TargetName [in]   TargetName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITablesDataChanges Interface