In our situation our table names are often CL_MAST, PR_MAST etc where as our classes may be Client, Employee etc etc. It would be nice if there were an attribute similar to the OriginalFieldNameAt...
Add a group By that will sort down the result by Group.
Add a join of objects and property interface in LinqExtender.
var query = from b in _context.Books where b.Id = '11' select b; Book book = query.Single(); book.ISBN = "new ISBN"; _context.SubmitChanges(); This will sync back the change to the Repository. ...
I was trying to write a query today like this: var q = from c in myContext.Contacts where n.Name != "Steve" select c; The bucket had an entry for 'Name' but its RelationTy...
When LinqExtender parses this query: var secondVersionLinqExtendersQuery = ( from linqExtender in linqExtenders where linqExtender.Version > 1 where linqExtender.Version < 3 sele...
LinqExtender.BucketItem.ReleationType property should be spelled "RelationType".