numDmlAffectedRows property
[Output-only] The number of rows affected by a DML statement.
Present only for DML statements INSERT, UPDATE or DELETE.
Implementation
core.String? numDmlAffectedRows;
[Output-only] The number of rows affected by a DML statement.
Present only for DML statements INSERT, UPDATE or DELETE.
core.String? numDmlAffectedRows;