Support forum for Huagati DBML/EDMX Tools
8/5/2010 5:59:05 PM
 clarkdev Posts: 2
|
Is it possible to add multiple Regex transformations to the tool through the UI? For instance, I want all db columns that end in "_id" converted to "ID" and all db columns that end in "_name" converted to "Name". I tried a few different things, but could only get one regex transform working at a time.
Thanks.
|
|
0
• permalink
|
8/6/2010 4:05:32 AM
 Kristofer Andersson Moderator Posts: 331
|
Hi,
The regex option only supports a single regex at the moment.
However, you don't need to use the regex option to change _id to ID and _name to Name. That is already supported in the built-in rules:

Best regards, Kristofer edited by Kristofer on 8/6/2010
|
|
0
• permalink
|
8/9/2010 8:22:27 PM
 clarkdev Posts: 2
|
Got it. Thank you for the reply.
|
|
0
• permalink
|