public sealed class AssignSpecificValue : IMessage<AssignSpecificValue>, IEquatable<AssignSpecificValue>, IDeepCloneable<AssignSpecificValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class AssignSpecificValue.
Set to a specific value (value is converted to fit the target data type)
[[["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."],[[["The latest version of the `AssignSpecificValue` class in the Database Migration v1 API is 2.5.0, with previous versions ranging from 2.4.0 down to 1.0.0 also available."],["The `AssignSpecificValue` class allows a specific value to be set and is converted to fit the target data type, as it is used for database migration."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AssignSpecificValue` class has a property called `Value`, which represents the specific value to be assigned, and it is a string type."],["There are two constructors available for the `AssignSpecificValue` class, the default one, and another which takes in another `AssignSpecificValue` as a parameter."]]],[]]