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.
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 |
---|---|
Sets multiple column values of the row. |
This topic is a part of: