public sealed class TransactionId : IEquatable<TransactionId>
A TransactionId holds identifying information about an active transaction in
Cloud Spanner. Since it is serializable, it enables you to send this information
to another process or machine so it may connect to the same 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 latest version available is 5.0.0-beta05, and this page covers various versions of the Google.Cloud.Spanner.Data library, from 3.5.0 up to 5.0.0-beta05."],["The `TransactionId` class, found within the `Google.Cloud.Spanner.Data` namespace, stores identifying details about an active Cloud Spanner transaction, enabling cross-process sharing of the transaction."],["`TransactionId` objects can be converted to and from Base64 strings using `ToBase64String()` and `FromBase64String(String)`, respectively, which is useful for serialization and transmission."],["This `TransactionId` class inherits from the base `Object` class and implements `IEquatable`, and contains a `ConnectionString` property that indicates where the transaction originated."]]],[]]