AutoCrud and Views

I am loving the AutoCrud (what i have been able to figure out so far) but I was wondering if I missed something or can it be used to do views as well?

Not tested, but should be able to, OrmLite (which AutoQuery uses) doesn’t distinguish between Tables or Views, as long as the view supports the same table CRUD operations it should happily execute them against views as well.

I am not seeing any of my views listed in the types/csharp

Oh you mean AutoCrud’s AutoGen feature? No that only generates services for configured tables.

I may have to look at adding that :slight_smile: :slight_smile:

1 Like