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
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.