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


IRecordSetInit.CreateRowBuffer Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRecordSetInit Interface > IRecordSetInit.CreateRowBuffer Method
ArcGIS Developer Help

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(
void
);

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