B 
		
								
				
				
			
		Baffled
Hi All,
How would I convert the SQL IN statement to LinQ
Select *
from TableName
where FieldName in (Value1, Value2)
or
Select *
from Table1
where Field1 in (Select Field1 from Table2)
Thanks
				
			How would I convert the SQL IN statement to LinQ
Select *
from TableName
where FieldName in (Value1, Value2)
or
Select *
from Table1
where Field1 in (Select Field1 from Table2)
Thanks
