public sealed class TransactionId : IEquatable<TransactionId>
Reference documentation and code samples for the Google.Cloud.Spanner.Data class 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 latest stable version available is 4.6.0, while the most recent version is a beta, 5.0.0-beta05."],["`TransactionId` is a class in the Google.Cloud.Spanner.Data namespace, that holds identifying information about an active transaction in Cloud Spanner, allowing it to be sent to other processes."],["`TransactionId` includes a `ConnectionString` property to determine the connection in which it was created."],["The `FromBase64String(string)` method can create a `TransactionId` instance from a Base64 encoded string, while `ToBase64String()` generates a Base64 string from the current object, for serialization."],["The class `TransactionId` implements `IEquatable` and overrides `GetHashCode()` from the base `Object` class."]]],[]]