This document is archived and information here might be outdated.  Recommended version.


ICursor.Flush Method (ArcObjects .NET 10.4 SDK)
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