public sealed class PartitionedDml : IMessage<TransactionOptions.Types.PartitionedDml>, IEquatable<TransactionOptions.Types.PartitionedDml>, IDeepCloneable<TransactionOptions.Types.PartitionedDml>, IBufferMessage, IMessage
Message type to initiate a Partitioned DML transaction.
[[["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 details the `PartitionedDml` message type, used for initiating Partitioned DML transactions in Google Cloud Spanner."],["The content covers multiple versions of the `Google.Cloud.Spanner.V1` library, ranging from version 3.5.0 to the latest beta version 5.0.0-beta05."],["`PartitionedDml` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, within the `Google.Protobuf` namespace."],["The `PartitionedDml` class includes two constructors: a default constructor and one that accepts another `PartitionedDml` instance as a parameter."],["The `PartitionedDml` class inherits from the base class `Object` and implements several interfaces, including but not limited to, `IMessage\u003cTransactionOptions.Types.PartitionedDml\u003e` and `IEquatable\u003cTransactionOptions.Types.PartitionedDml\u003e`."]]],[]]