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"]],[["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 is a base class for \u003ccode\u003eSpannerTransaction\u003c/code\u003e, designed for compatibility with \u003ccode\u003eDbTransaction\u003c/code\u003e in the .NET framework.\u003c/p\u003e\n"],["\u003cp\u003eThis class supports asynchronous operations, including an overridden \u003ccode\u003eCommitAsync\u003c/code\u003e method for committing database transactions.\u003c/p\u003e\n"],["\u003cp\u003eIt implements interfaces such as \u003ccode\u003eIDbTransaction\u003c/code\u003e, \u003ccode\u003eIDisposable\u003c/code\u003e, and \u003ccode\u003eIAsyncDisposable\u003c/code\u003e, providing functionality for managing database transactions and resources.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides versioned access to documentation, ranging from version 3.5.0 up to the latest beta release, 5.0.0-beta05, including version 4.6.0 as the current version.\u003c/p\u003e\n"],["\u003cp\u003eSpannerTransactionBase inherits from the \u003ccode\u003eDbTransaction\u003c/code\u003e, \u003ccode\u003eMarshalByRefObject\u003c/code\u003e, and \u003ccode\u003eobject\u003c/code\u003e classes, inheriting all of the associated members from each.\u003c/p\u003e\n"]]],[],null,[]]