In using the Mappings for OOM-PDM PD uses %: update IssueEvent set reportedBy = %IssueEvent.reportedBy%, description = %IssueEvent.description%, reportDate = %IssueEvent.reportDate%
For C#/SQL Server I want
update IssueEvent set reportedBy = @reportedBy, description = @description, reportDate = @reportDate
Helpfiles say: To modify the default syntax of the queries, edit the SelectStatement, InsertStatement, UpdateStatement, and DeleteStatement entries in the Profile category of the object language or extension (see Customizing and Extending PowerDesigner > Extension Files).
I can't find these entries in the Object Language files or even metamodel.