[[["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-03-21 UTC."],[[["This document provides reference information for the `DmlResult` class in the Google Cloud Spanner C++ client library, which is used to capture the results of data modification operations."],["The latest release candidate for this documentation is version 2.37.0-rc, with the full list of versions going back to version 2.11.0."],["The `DmlResult` class encapsulates the outcome of Cloud Spanner Data Manipulation Language (DML) operations like `INSERT`, `UPDATE`, or `DELETE`."],["`DmlResult` allows you to call `RowsModified()` which returns a count of the number of rows affected by a DML operation, and for partitioned DML it will only provide a lower bound."],["The `DmlResult` can be constructed either with a `ResultSourceInterface`, as a move constructor, or by using the move operator, as shown in the documentation."]]],[]]