1-7 of 7 < Previous Next >
1 vote
closed

New attribute for tables

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...

id# 2520 | Planned Release: None | Last Updated: Aug 6 at 8:48 AM  by mehfuzh
3 votes

Group By Support

Add a group By that will sort down the result by Group.

id# 1402 | Planned Release: LinqExtender (1.3.2) | Last Updated: Jul 23 at 1:16 PM  by boylesw
3 votes

Join support to LinqExtender

Add a join of objects and property interface in LinqExtender.

id# 1401 | Planned Release: None | Last Updated: Jul 23 at 1:15 PM  by boylesw
1 vote
closed

Update Support for object alteration

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. ...

id# 2390 | Planned Release: LinqExtender (1.3.2) | Last Updated: Jul 10 at 7:24 AM  by mehfuzh
1 vote
fixed

'Not equal' queries product wrong bucket items

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...

id# 2263 | Planned Release: None | Last Updated: Jun 2 at 1:44 PM  by elkdanger
2 votes
fixed

Support more than one "where" clause per Field

When LinqExtender parses this query: var secondVersionLinqExtendersQuery = ( from linqExtender in linqExtenders where linqExtender.Version > 1 where linqExtender.Version < 3 sele...

id# 1760 | Planned Release: None | Last Updated: Mar 27 at 4:40 PM  by tomten
1 vote
closed

LinqExtender.BucketItem.ReleationType property should be spelled "RelationType"

LinqExtender.BucketItem.ReleationType property should be spelled "RelationType".

id# 1761 | Planned Release: None | Last Updated: Mar 16 at 7:49 PM  by mehfuzh

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-7 of 7 < Previous 1 Next >
Updating...