ArcObjects Library Reference (GeoDatabase)  

ICursor.Flush Method

Flush any outstanding buffered writes to the database.

[Visual Basic .NET]
Public Sub Flush ( _
)
[C#]
public void Flush (
);
[C++]
HRESULT Flush(
void
);

Product Availability

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

Remarks

This method should only be called on insert cursors.

See Also

ICursor Interface