Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Consumers use the IGetRow interface to get a row object or URL for a row in a rowset.
When to Implement
Providers implement this interface on rowset objects. IGetRow is an optional interface.
When to Call
A consumer calls IGetRow::GetRowFromHROW to create a row object to represent a row in a rowset. IGetRow::GetURLFromHROW returns the URL for the row.
Method |
Description |
---|---|
Returns an interface pointer on a newly created row object associated with a row in a rowset. |
|
Returns the URL for a row in a rowset. |
This topic is a part of: