R
Raj
What's the significance of using new key word in select statement of LINQ?
Thank you
Regards
Raj
Thank you
Regards
Raj
Raj said:What's the significance of using new key word in select statement of LINQ?
Thank you
Regards
Raj
Raj said:What's the significance of using new key word in select statement of LINQ?
, if you do want a named class, you can use "new" in a LINQ
expression to create an instance of that named class, just as you would
create an instance of that named class anywhere else.
Pete