Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Preview and final results differ
Message
From
09/07/2011 14:23:21
 
 
To
All
General information
Forum:
Level Extreme
Category:
Suggestions
Title:
Preview and final results differ
Miscellaneous
Thread ID:
01517822
Message ID:
01517822
Views:
67
I just posted this in another thread:
DataSet1.TableA.Select<DataSet1.TableARow, bool>(x => { DataSet2.TableA.ImportRow(x); return true; }).Count();
It shows up OK in the sent message but in the 'Preview' it looks like this:
DataSet1.TableA.Select<>(x => { DataSet2.TableA.ImportRow(x); return true; }).Count();
Bit disconcerting.....
Reply
Map
View

Click here to load this message in the networking platform