This document is archived and information here might be outdated. Recommended version. |
Esri Row Buffer object.
Interfaces | Description |
---|---|
IRowBuffer | Provides access to members used for getting and modifying a rows values and for getting the fields in the row. |
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.