[[["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-02 UTC."],[[["This webpage provides documentation for the `DmlResult` class in the Google Cloud Spanner C++ client library, detailing its functionality across various versions."],["The `DmlResult` class represents the outcome of a data modification operation performed via `spanner::Client::ExecuteDml()`, such as `INSERT`, `UPDATE`, or `DELETE`."],["The documentation lists all versions from 2.11.0 up to the latest release candidate, version 2.37.0-rc, providing links to each version's respective `DmlResult` documentation."],["The `RowsModified()` function of the `DmlResult` class is used to get the count of how many rows were affected by the DML operation, returning a `std::int64_t`, and the content notes that partitioned DML provides a lower bound."],["The content presents `DmlResult` constructors and operators, including `DmlResult()` and `operator=(DmlResult &&)`, as well as showing example code of it's usage with `spanner::Client::ExecuteDml()`."]]],[]]