Mike Griffin

Results 13 comments of Mike Griffin

Let me look into this for you

Okay, I'm going to pull down the pull request and run with the changes and makes sure it's all fine this weekend, thanx

Ok, thanks guys, sorry I have been offline, I will review the changes and get on this

Yes, that is true, for now you will have to comment out those LoadByPrimaryKey() functions. EntitySpaces requires a primary key on a table in order to update data.

Okay, I will look at them over the weekend, if they look good and they probably do I'll do a merge, thank you !!!!

Oh shoot, I will fix that tonight, I haven't been testing views, easy fix, sorry about that, watch for a fix tonight hopefully

Okay, I just generated some Views off my Northwind database, both Custom and Generated classes. They are compiling just fine, I can't tell by just looking at the class you...

Okay, I think I see the issue, for some reason their is a weird capitalization issue going on? For instance ... ```c# public partial class ViewReturns : EsViewReturns { }...

Hmmm, well then you must make sure your Custom Class is inheriting from the Es version, you might need to manually change your "Custom" class.