Class AlterTypeRenameFields
Represents an operation to rename fields in a User Defined Type.
public class AlterTypeRenameFields : IAlterTypeOperation
- Inheritance
-
AlterTypeRenameFields
- Implements
- Inherited Members
Constructors
AlterTypeRenameFields(Dictionary<string, string>)
Initializes a new instance with the specified field renames.
public AlterTypeRenameFields(Dictionary<string, string> fields)
Parameters
fieldsDictionary<string, string>The fields to rename (old name -> new name).
Properties
Fields
Gets the fields to be renamed.
public Dictionary<string, string> Fields { get; }
Property Value
Methods
GetOperation()
Gets the operation as a tuple (operation name, operation data).
public (string, object) GetOperation()