Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
HRESULT Compare( CSimpleRow* pRow )
Return Value
An HRESULT value, usually S_OK, indicating the two rows are the same row instance, or S_FALSE, indicating the two rows are different. See in the OLE DB Programmer's Reference for other possible return values.
Parameters
pRow
A pointer to a CSimpleRow object.
Remarks
Compares two rows to see if they refer to the same row instance.
CSimpleRow Overview | Class Members
See Also