This document is archived and information here might be outdated. Recommended version. |
A cursor that can be used to insert new rows without polymorphic object insert behavior.
[Visual Basic .NET] Public Function InsertRows ( _ ByVal useBuffering As Boolean _ ) As ICursor
[C#] public ICursor InsertRows ( bool useBuffering );
[C++]
HRESULT InsertRows(
VARIANT_BOOL useBuffering
);
[C++] Parameters useBuffering [in]
useBuffering is a parameter of type bool