Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Casting Blues
Message
De
29/11/2015 11:55:17
 
Information générale
Forum:
ASP.NET
Catégorie:
LINQ
Titre:
Versions des environnements
Environment:
VB 9.0
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01628033
Message ID:
01628034
Vues:
43
var openInvoices = D010Invoices.invoices.Select(i => i.paid == false).ToList().;



>
>var openInvoices = (List < D010Invoices.Invoice > )D010Invoices.invoices.Select(i => i.paid == false).;
>
>
>if D010Invoices.invoices is a List of D010Invoice.Invoice why can't openInvoices be cast to it?
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform