[[["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 provides documentation for the `DmlResult` class in the Google Cloud Spanner C++ library, which represents the outcome of data modification operations like `INSERT`, `UPDATE`, or `DELETE`."],["The page lists available versions of the `DmlResult` class, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc, along with links to their respective documentation."],["The `RowsModified()` function, a part of the `DmlResult` class, returns the exact count of modified rows for most DML statements, but only a lower bound estimate for partitioned DML."],["The content includes example code that demonstrates how to use `ExecuteDml()` to perform an insert operation and retrieve the number of rows modified, showcasing a common use case for the `DmlResult` class."]]],[]]