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


RowBuffer Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Classes > R > RowBuffer Class
ArcGIS Developer Help

RowBufferClass Class

Esri Row Buffer object.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
IRowBuffer Provides access to members used for getting and modifying a rows values and for getting the fields in the row.

Remarks

A RowBuffer is a transient object that is capable of holding the state of a row, but has no object identity. It is used primarily during data loading as the argument to the InsertRow method on an insert cursor. A RowBuffer is obtained from a Table using the CreateRowBuffer method.

 

See Also

IRowBuffer Interface | IRow Interface | ITable Interface