|
-
Jul 24th, 2008, 02:20 PM
#1
Thread Starter
New Member
Parameter column in LINQ
Hi, people!
Can I use LINQ with parameters?
For example, in SQL it´s possible:
SELECT @colum1, @colum2
from @table
Someone know´s that is possible to do the same thing in LINQ?
I tried to do, like this:
Dim db As New ReceitaDataContext
Dim command = From cla In bd.???? _
Select cla.????, cla.????
DataGridView.DataSource = Command.ToList
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|