This document is archived and information here might be outdated. Recommended version. |
Remove a row from the database without polymorphic object delete behavior.
[Visual Basic .NET] Public Sub RemoveRow ( _ ByVal Row As IRow _ )
[C#] public void RemoveRow ( IRow Row );
[C++]
HRESULT RemoveRow(
IRow* Row
);
[C++]
Parameters Row [in]
Row is a parameter of type IRow*