Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VDB3 Support #1

Open
wirecad opened this issue Aug 28, 2019 · 1 comment
Open

VDB3 Support #1

wirecad opened this issue Aug 28, 2019 · 1 comment

Comments

@wirecad
Copy link

wirecad commented Aug 28, 2019

Hi Mike, I am a long time user and fan of Entity Spaces. I was just googling Entity Spaces documentation and found that you had continued working on it. Yay! I much prefer it to Entity Framework and have a lifetime's worth of code built around it.

I am still using the VistaDB3 files. Will the new version work with that?

@MikeGriffinReborn
Copy link
Owner

MikeGriffinReborn commented Sep 1, 2019

Hey, thanks. I'll take a look at bringing the VisaDB code forward. They way I do it now is single NuGet package, very easy to use. There have been some API changes, the biggest being the way the hierarchical collections are named, for instance:

Employees.OrdersCollectionByEmployeeID

is now simply

Employees.OrdersCollection

You can alias hierarchical properties on the ForeignKey if you run into a name collision. It's so much more readable, you'd have to do a find/replace operation on existing code but it'd be worth it I think. They Dynamic Query API is even better now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants