Microsoft OLE DB 2.0 Programmers Reference and Data Access SDK (Microsoft Professional Editions)
| OLE DB Programmer's Reference |
The IRowChange interface allows a consumer to quickly set columns of a row.
When to Implement
IRowChange is an optional interface on row objects. Providers should implement IRowChange if they want consumers to set columns of a row object.
When to Call
Consumers should call methods of IRowChange when they want to set column values of a row.
| Method | Description |
|---|---|
| SetColumns | Sets multiple column values of the row. |
1998-2001 Microsoft Corporation. All rights reserved.