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 `AssignSpecificValue` class, part of the Database Migration v1 API, allows setting a specific value that will be converted to match the target data type."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for enhanced functionality and data management."],["The class inherits from the base `object` class and has a constructor that facilitates creating new instances with the ability to clone from existing `AssignSpecificValue` objects."],["The `Value` property, which is a string type, is required and designates the specific value to be assigned during the migration process."],["The latest version of this API is 2.5.0, but it is currently viewing version 2.4.0 which is one version behind, and there are versions all the way down to 1.0.0."]]],[]]