ArcObjects Library Reference (GeoDatabase)  

ITableWrite.WriteChangedRows Method

Sends OnChanged messages, Sends Changed Notifications to related objects, then calls WriteRows.

[Visual Basic .NET]
Public Sub WriteChangedRows ( _
    ByVal Rows As ISet _
)
[C#]
public void WriteChangedRows (
    ISet Rows
);
[C++]
HRESULT WriteChangedRows(
  ISet* Rows
);
[C++]

Parameters

Rows [in]

  Rows is a parameter of type ISet

Product Availability

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

See Also

ITableWrite Interface