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-04-09 UTC."],[[["The `TransactionId` class holds identifying information for an active Cloud Spanner transaction, enabling the transmission of transaction details to other processes or machines."],["The latest version of the API is `5.0.0-beta05`, with multiple previous versions available, including a full history down to version `3.5.0`."],["`TransactionId` is serializable, implements `IEquatable\u003cTransactionId\u003e`, and inherits from `Object`, providing standard methods like `GetType`, `MemberwiseClone`, and `ToString`."],["`TransactionId` objects can be created from a Base64 encoded string using `FromBase64String` or converted into a Base64 string with the method `ToBase64String`."],["The `ConnectionString` property provides access to the connection string associated with the transaction."]]],[]]