C# function that returns a var object

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
Ranjani
Posts: 1
Joined: Wed 08 Apr 2009 23:18

C# function that returns a var object

Post by Ranjani » Wed 08 Apr 2009 23:21

I have a function which creates a query and assigns it to var object.

I need to return the var object. How should the function return type be and also the calling function.

Any help ?

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Thu 09 Apr 2009 13:06

Sorry, your question exceeds the bounds of our support.
I recommend you to visit http://msdn.microsoft.com/en-us/library/bb882532.aspx

Post Reply