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