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` class, which is used to initiate Partitioned DML transactions within the Google Cloud Spanner V1 API for .NET."],["The `PartitionedDml` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management within the library."],["The page lists available versions of the API, from the latest beta (5.0.0-beta05) down to version 3.5.0, with version 4.0.0 being highlighted as the currently viewed version."],["The `PartitionedDml` class inherits from `Object` and includes the constructors `PartitionedDml()` and `PartitionedDml(TransactionOptions.Types.PartitionedDml other)`."],["The webpage documentation details that the class can be found in the `Google.Cloud.Spanner.V1` namespace and is contained within the `Google.Cloud.Spanner.V1.dll` assembly."]]],[]]