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