How to force pascal case with Oracle's Entity Framework support?

前端 未结 3 1005
礼貌的吻别
礼貌的吻别 2020-12-06 23:41

Oracle\'s entity framework support is making all class names upper case and carrying over underscore. So ORDER_ITEMS table becomes ORDER_ITEMS in class name. but I want to u

3条回答
  •  情歌与酒
    2020-12-07 00:10

    If it is a code first approach, Suppose you are using any inline queries just include the before and after naming objects escape sequence of quote.It will allows.

提交回复
热议问题