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 provides documentation for the `PartitionedDml` class within the `Google.Cloud.Spanner.V1` namespace, focusing on its use in initiating Partitioned DML transactions."],["The `PartitionedDml` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with the Google Protobuf library."],["The page lists multiple versions of the documentation, ranging from the latest beta release (5.0.0-beta05) to older versions, including 3.5.0, allowing developers to find the documentation specific to their needs."],["The documentation includes information about the `PartitionedDml` class's constructors, one being a default constructor, and the other allowing for a copy of an existing `PartitionedDml` object to be used."],["The documentation lists inherited members from the `Object` class, such as GetHashCode, GetType, MemberwiseClone, and ToString."]]],[]]