Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
More complicated with Linq
Message
From
11/04/2012 03:50:42
 
 
To
10/04/2012 23:31:12
General information
Forum:
ASP.NET
Category:
LINQ
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01540963
Message ID:
01540998
Views:
29
This message has been marked as a message which has helped to the initial question of the thread.
>Actually, this one was simpler than the others. I only have to return Damage as is. And, then, at the oClient object level, I can get access to that with oClient.Damage.Drivable.

Hmm. This is, in a way, related to the thread from yesterday. If you make the type of Client.Something 'Damage' and assign an instance of Damage to it then you will be sending the whole object over the wire within Client. If you only need the Damage.Drivable property then make Something a bool (I assume) and keep your code as is.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform