Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Casting Blues
Message
 
To
29/11/2015 11:55:17
General information
Forum:
ASP.NET
Category:
LINQ
Title:
Environment versions
Environment:
VB 9.0
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01628033
Message ID:
01628035
Views:
41
>var openInvoices = D010Invoices.invoices.Select(i => i.paid == false).ToList().;
>
That seems to work. Not exaclty sure why yet, but it does work.

Many thanks !!!
>
>
>>
>>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?

If things have the tendency to go your way, do not worry. It won't last. Jules Renard.
Previous
Reply
Map
View

Click here to load this message in the networking platform