public abstract class SpannerTransactionBase : DbTransaction, IDbTransaction, IDisposable, IAsyncDisposable
Reference documentation and code samples for the Google.Cloud.Spanner.Data class SpannerTransactionBase.
Base class for SpannerTransaction, used for compatibility purposes with DbTransaction.
(This class is able to override a new method added to DbTransaction, even if it clashes
with an existing method declaration in SpannerTransaction.)
[[["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 `SpannerTransactionBase` class, which is part of the Google.Cloud.Spanner.Data namespace and is used within the .NET environment."],["`SpannerTransactionBase` serves as an abstract base class for `SpannerTransaction`, primarily offering compatibility with the standard `DbTransaction` interface."],["The class inherits from `DbTransaction` and implements `IDbTransaction`, `IDisposable`, and `IAsyncDisposable`, thus providing essential transaction management features."],["It documents available versions of this Class, from 3.5.0 all the way to 5.0.0-beta05, and contains details about the methods and inheritance structure."],["`SpannerTransactionBase` overrides the `CommitAsync` method from `DbTransaction`, allowing for asynchronous database transaction commits."]]],[]]