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 document provides reference information for the `SpannerTransactionBase` class, which is part of the Google Cloud Spanner Data library for .NET."],["`SpannerTransactionBase` serves as a base class for `SpannerTransaction`, ensuring compatibility with the `DbTransaction` class, and allows for overriding methods."],["The class implements `IDbTransaction`, `IDisposable`, and `IAsyncDisposable` interfaces, offering asynchronous operations such as committing a transaction."],["The documentation covers a range of versions, from 3.5.0 up to the latest beta version 5.0.0-beta05, with links to the specific documentation for each."],["The document lists inherited members and derived types, such as `DbTransaction.Commit()` and `SpannerTransaction`, and a method `CommitAsync(CancellationToken)` is presented in the document."]]],[]]