[[["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."],[[["The provided content is a documentation of the `DmlResult` class within the Google Cloud Spanner C++ library, showing various versions of the class."],["`DmlResult` represents the outcome of data modifying operations, such as `INSERT`, `UPDATE`, or `DELETE`, performed via `spanner::Client::ExecuteDml()`."],["The primary function of `DmlResult` is to report the number of rows affected by a DML operation, accessible through the `RowsModified()` method."],["The latest version available is version `2.37.0-rc`."],["Partitioned DML operations will only provide a lower bound estimate of the number of modified rows, whereas all other DML operations will provide the exact number of modified rows."]]],[]]