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 IRowSchemaChange interface allows a consumer to create, set, or delete columns of a row object.
When to Implement
IRowSchemaChange is an optional interface on row objects. Providers should implement IRowSchemaChange if they want consumers to create, set, or delete columns of row objects.
When to Call
Consumers call methods of IRowSchemaChange to create, set, or delete columns of a row object.
Method |
Description |
---|---|
Creates and sets one or more columns of a row object. |
|
Deletes one or more columns of a row. |
|
(Inherited) |
All methods of IRowChange. |
This topic is a part of: