Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Preview and final results differ
Message
De
09/07/2011 14:23:21
 
 
À
Tous
Information générale
Forum:
Level Extreme
Catégorie:
Suggestions
Titre:
Preview and final results differ
Divers
Thread ID:
01517822
Message ID:
01517822
Vues:
68
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.....
Répondre
Fil
Voir

Click here to load this message in the networking platform