This document is archived and information here might be outdated. Recommended version. |
Sets this row object with a new row.
[Visual Basic .NET] Public Sub SetRow ( _ ByVal pRowBuffer As IRowBuffer, _ ByVal pRowSet As IPropertySet _ )
[C#] public void SetRow ( IRowBuffer pRowBuffer, IPropertySet pRowSet );
[C++]
HRESULT SetRow(
IRowBuffer* pRowBuffer,
IPropertySet* pRowSet
);
[C++] Parameters pRowBuffer [in]
pRowBuffer is a parameter of type IRowBuffer* pRowSet [in]
pRowSet is a parameter of type IPropertySet*