Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8379

Modify Mapping Query Templates?

$
0
0

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.


Viewing all articles
Browse latest Browse all 8379

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>