Skip to content

Commit 5d7b933

Browse files
committed
Small additional correction per my reviewer.
1 parent 60e4e67 commit 5d7b933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data-tools/how-to-assign-stored-procedures-to-perform-updates-inserts-and-deletes-o-r-designer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ By default, the logic to update a database (inserts, updates, and deletes) with
4747

4848
8. Select the desired stored procedure in the **Customize** list.
4949

50-
9. Inspect the list of **Method Arguments** and **Class Properties** to verify that the **Method Arguments** map to the appropriate **Class Properties**. Map the original method arguments (`Original_<ArgumentName>`) to the original properties (`<PropertyName>` (Original)) for the `Update` and `Delete` commands.
50+
9. Inspect the list of **Method Arguments** and **Class Properties** to verify that the **Method Arguments** map to the appropriate **Class Properties**. Map the original method arguments (`Original_<ArgumentName>`) to the original properties (`<PropertyName> (Original)`) for the `Update` and `Delete` commands.
5151

5252
> [!NOTE]
5353
> By default, method arguments map to class properties when the names match. If changed property names no longer match between the table and the entity class, you might have to select the equivalent class property to map to if the designer cannot determine the correct mapping.

0 commit comments

Comments
 (0)