public sealed class SinglePackageChange : IMessage<SinglePackageChange>, IEquatable<SinglePackageChange>, IDeepCloneable<SinglePackageChange>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class SinglePackageChange.
Options to configure rule type SinglePackageChange.
The rule is used to alter the sql code for a package entities.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation and code samples for the `SinglePackageChange` class within the Database Migration v1 API."],["`SinglePackageChange` is a class used to configure rules for altering SQL code for package entities, with its scope limited to packages."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["Key properties of `SinglePackageChange` include `PackageBody` and `PackageDescription`, both of which are strings representing optional SQL code."],["The latest version available is 2.5.0, but multiple versions of the class are listed on this page, going back to version 1.0.0."]]],[]]