entitycollection Questions
2
Solved
I do write the following SQL query in LINQ c#
SELECT max(creation_date) from TRS where approval_status='APPROVED' and transaction_type in ('Sale','PRE')
I tried building below query on a list ...
Dusk asked 12/5, 2016 at 19:21
3
Solved
I'm trying to bind a WinForms DataGridView to an EntityCollection<T> from an EntityFramework4 object. The trouble is, I can't figure out how to get it to sort (automatically).
All I'm doing ...
Lowdown asked 5/5, 2011 at 19:38
2
Solved
I've been searching all day and can't find a solution to this...
I have an EntityCollection of Communication objects which each have an instance of an Intention object(one-to-one).
I also have a ...
Lawry asked 30/7, 2012 at 20:53
1
Solved
I'd love to add some sorting to an EntityCollection that is bound to an ItemsControl (in xaml). I'd also like to do it as simply as possible. It appears that this is not possible.
If I wrap the co...
Bayne asked 16/5, 2010 at 20:45
1
Solved
I use EntityFramework POCO + proxies + lazy loading in my project. Today I was pretty surprized to see that the class Transaction has its related collection Rows materialized into HashSet (instead ...
Tactician asked 2/9, 2010 at 7:40
1
© 2022 - 2024 — McMap. All rights reserved.