[[["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 webpage provides documentation for the `DmlResult` class in the Google Cloud Spanner C++ client library, with versions ranging from 2.11.0 to 2.37.0-rc."],["`DmlResult` represents the outcome of a data manipulation language (DML) operation such as `INSERT`, `UPDATE`, or `DELETE` performed through Cloud Spanner."],["The `RowsModified()` function returns the count of rows affected by the DML statement, with a lower bound for partitioned DML and an exact count for all other DML statements."],["The class includes constructors and an assignment operator to manage the `DmlResult` object."],["The main example exhibits how to use `ExecuteDml()` and receive `RowsModified()` within the scope of a transaction."]]],[]]