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

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top