We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90cb40 commit 970e451Copy full SHA for 970e451
1 file changed
packages/business-objects/src/entities/delete-entity/delete-entity.ts
@@ -59,7 +59,7 @@ export function _deleteBoEntityFactory<T>(
59
* modelName: "HOSPITALBASEDATA",
60
* pluralEntityName: "employees",
61
* keyPropertyType: "number", //"string", "number" or "guid"
62
- * entityKeyValue: 1
+ * keyPropertyValue: 1
63
* });
64
* ```
65
* ---
@@ -83,7 +83,7 @@ export function _deleteBoEntityFactory<T>(
83
84
85
86
- * entityKeyValue: 3
+ * keyPropertyValue: 3
87
88
*
89
* console.log(responseMessage); // Entity does not exist.
0 commit comments