Question

I have one Breeze Query where I would like to override the default camelCase I am generally using.

Is there some way to specify an overriding namingConvention when I call breeze.EntityQuery??

Was it helpful?

Solution

Sorry, but you'll have to set your namingConvention before the query and then set it back after it executes.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top