This document is archived and information here might be outdated. Recommended version. |
The row from the database with the specified object ID.
[Visual Basic .NET] Public Function GetRow ( _ ByVal OID As Integer _ ) As IRow
[C#] public IRow GetRow ( int OID );
[C++]
HRESULT GetRow(
long OID
);
[C++] Parameters OID [in]
OID is a parameter of type long
The GetRow method returns an existing row object, given its object ID value. The caller can query the returned row object for additional object specific interfaces. The retrieved row may be modified; calling Store on the row object after changing it will trigger messages to related objects and will mark the row for committing to the database.