|
Group: Forum Members
Posts: 436,
Visits: 944
|
I have a BO that is filled with data that could contain more than one division. How can I perform an aggregate function on this BO/DataTable to determine if I have more than one type of division? For example
ID Division
1 A
2 A
3 B
I was wondering if there was a way to do this without making a trip to the database... whether it be a .NET way or a StrataFrame way.
Thanks.
|