Esri Row Buffer object.
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 RowBufferis 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 InsertRowmethod on an insert cursor. A RowBufferis obtained from a Tableusing the CreateRowBuffermethod.