public sealed class MultiEntityRename : IMessage<MultiEntityRename>, IEquatable<MultiEntityRename>, IDeepCloneable<MultiEntityRename>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class MultiEntityRename.
Options to configure rule type MultiEntityRename.
The rule is used to rename multiple entities.
The rule filter field can refer to one or more entities.
The rule scope can be one of: Database, Schema, Table, Column, Constraint,
Index, View, Function, Stored Procedure, Materialized View, Sequence, UDT
Optional. The pattern used to generate the new entity's name. This pattern
must include the characters '{name}', which will be replaced with the name
of the original entity. For example, the pattern 't_{name}' for an entity
name jobs would be converted to 't_jobs'.
If unspecified, the default value for this field is '{name}'
public EntityNameTransformation SourceNameTransformation { get; set; }
Optional. Additional transformation that can be done on the source entity
name before it is being used by the new_name_pattern, for example lower
case. If no transformation is desired, use NO_TRANSFORMATION
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides reference documentation for the \u003ccode\u003eMultiEntityRename\u003c/code\u003e class within the Database Migration v1 API, specifically version 2.3.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMultiEntityRename\u003c/code\u003e class is designed to facilitate the renaming of multiple entities within a database migration process, and it allows configuring a rule type for this process.\u003c/p\u003e\n"],["\u003cp\u003eThe rule filter for \u003ccode\u003eMultiEntityRename\u003c/code\u003e can be applied to various entities, including databases, schemas, tables, columns, and others.\u003c/p\u003e\n"],["\u003cp\u003eThe class allows for a \u003ccode\u003eNewNamePattern\u003c/code\u003e property to be set which customizes how entities are renamed, and there is also a \u003ccode\u003eSourceNameTransformation\u003c/code\u003e property to allow for additional modifications.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation includes information about inherited members, constructors, and properties of the \u003ccode\u003eMultiEntityRename\u003c/code\u003e class and the available versions of this documentation, from 1.0.0 up to the latest, 2.5.0.\u003c/p\u003e\n"]]],[],null,[]]