ArcObjects Library Reference (GeoDatabase)  

IRecordSetInit.CreateRowBuffer Method

Creates a row buffer that can be used with an insert cursor.

[Visual Basic .NET]
Public Function CreateRowBuffer ( _
) As IRowBuffer
[C#]
public IRowBuffer CreateRowBuffer (
);
[C++]
HRESULT CreateRowBuffer(
  IRowBuffer** RowBuffer
);
[C++]

Parameters

RowBuffer [out, retval]

  RowBuffer is a parameter of type IRowBuffer

Product Availability

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

Remarks

When using a recordset class, the CreateRowBuffer property is used to create a row buffer that can be used with an insert cursor.

See Also

IRecordSetInit Interface