This document is archived and information here might be outdated. Recommended version. |
Returns if the row is from an insert cursor or not.
[Visual Basic .NET]
Public ReadOnly Property IsInsertCursor As Boolean
[C#]
public bool IsInsertCursor {get;}
[C++]
HRESULT get_IsInsertCursor(
Boolean* isInsert
);
[C++] Parameters isInsert [out, retval]
isInsert is a parameter of type bool*