[[["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 webpage provides documentation for the `DmlResult` class in the Google Cloud Spanner C++ client library, which represents the outcome of a data modification language (DML) operation."],["The `DmlResult` class can be constructed using a `ResultSourceInterface` or moved using move semantics."],["The primary function of this class is `RowsModified()`, which provides the number of rows affected by the DML statement, returning a lower bound in the case of a partitioned DML, and an exact count for all other statements."],["The page lists different versions of the library, ranging from version 2.11.0 to 2.37.0-rc as well as 2.28.0, and each version having their own `DmlResult` class documentation."],["The `DmlResult` class is utilized when using `spanner::Client::ExecuteDml()`, which is used to execute DML operations like `INSERT`, `UPDATE`, or `DELETE`."]]],[]]