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."],[[["The content pertains to the `PartitionedDml` message type within the `Google.Cloud.Spanner.V1` namespace, used for initiating a Partitioned DML transaction."],["This page documents versions of `PartitionedDml` ranging from 3.5.0 to the latest beta release, 5.0.0-beta05, for .NET development."],["`PartitionedDml` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` with the current documentation referring to version 3.9.0."],["The class inherits from `Object` and provides two constructors: a default constructor `PartitionedDml()` and a copy constructor `PartitionedDml(TransactionOptions.Types.PartitionedDml other)`."],["The namespace for the `PartitionedDml` is `Google.Cloud.Spanner.V1` and the assembly it is a part of is `Google.Cloud.Spanner.V1.dll`."]]],[]]