Interface IAlterTypeOperation
Represents operations that can be applied to an existing User Defined Type.
public interface IAlterTypeOperation
Remarks
The following operations are available:
- AlterTypeAddFields - Adds new fields to a User Defined Type.
- AlterTypeRenameFields - Renames fields in a User Defined Type.
Methods
GetOperation()
Gets the operation as a tuple (operation name, operation data).
(string, object) GetOperation()