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