[[["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."],[[["This webpage details the `SpannerRowUpdatingEventArgs` class, which is part of the Google Cloud Spanner data provider for .NET and is used to handle the `RowUpdating` event."],["The `SpannerRowUpdatingEventArgs` class inherits from `RowUpdatingEventArgs` and `EventArgs`, providing specific functionality for Google Spanner data operations, and is found within the `Google.Cloud.Spanner.Data` namespace."],["The latest available version is `5.0.0-beta05`, with multiple previous versions also listed on this page, including stable releases and beta versions, showing the history and evolution of the class."],["A constructor for `SpannerRowUpdatingEventArgs` allows for initialization with parameters such as `DataRow`, `IDbCommand`, `StatementType`, and `DataTableMapping`, which are used to provide contextual information during a row update."],["The class provides access to a `Command` property, which returns the specific `SpannerCommand` being executed during an update operation, providing further insights into the ongoing data modification process."]]],[]]