public abstract class SpannerTransactionBase : DbTransaction, IDbTransaction, IDisposable, IAsyncDisposable
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eSpannerTransactionBase\u003c/code\u003e class serves as a base for \u003ccode\u003eSpannerTransaction\u003c/code\u003e, ensuring compatibility with the \u003ccode\u003eDbTransaction\u003c/code\u003e class in .NET.\u003c/p\u003e\n"],["\u003cp\u003eIt supports asynchronous commitment of database transactions through the \u003ccode\u003eCommitAsync\u003c/code\u003e method, which overrides the \u003ccode\u003eDbTransaction.CommitAsync\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eDbTransaction\u003c/code\u003e, \u003ccode\u003eMarshalByRefObject\u003c/code\u003e, and \u003ccode\u003eObject\u003c/code\u003e, and implements \u003ccode\u003eIDbTransaction\u003c/code\u003e, \u003ccode\u003eIDisposable\u003c/code\u003e, and \u003ccode\u003eIAsyncDisposable\u003c/code\u003e interfaces.\u003c/p\u003e\n"],["\u003cp\u003eMultiple versions of the Google.Cloud.Spanner.Data package are available, ranging from version 3.5.0 up to the latest beta version 5.0.0-beta05, each with associated documentation links.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSpannerTransactionBase\u003c/code\u003e is an abstract class found within the \u003ccode\u003eGoogle.Cloud.Spanner.Data\u003c/code\u003e namespace in the Google.Cloud.Spanner.Data.dll assembly.\u003c/p\u003e\n"]]],[],null,[]]