London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hi
I am new to EPiServer Commerce, when my collegue shows me how business foundation objects are created and stored in the db, I notice that each custom object is mapped to individual table with a default naming rules e.g. cls_{custom object name).
However, the query using the business manager seems too odd to me (may be I am very LINQish), and my collegue told me the query is not cached.
My question is can I use EF to query the those custom objects and perform the CRUD directly? Would that cause any problem?
Thanks