This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRecordSetInit Interface > IRecordSetInit.CreateRowBuffer Method (ArcObjects .NET 10.5 SDK) |
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
When using a recordset class, the CreateRowBuffer property is used to create a row buffer that can be used with an insert cursor.