EF - Entity Sql contains clausule with string
Posted
by zikrija
on Stack Overflow
See other posts from Stack Overflow
or by zikrija
Published on 2010-04-24T20:33:26Z
Indexed on
2010/04/26
17:13 UTC
Read the original article
Hit count: 165
vb.net
|entity-framework
Hi all, I have one question about EF. If I understand correctly EF does not support Contains. I try to achieve this: I have column(nvarchar) with this: for ex.row1. 1;3;4;5,row2. 3;4;6 row3. 7;8;16 etc. I have list(of string) with 1,6. My goal is to get row1 and row2 in result set. I try with linq to entity and with linq to sql but i can't get this right.
I stuck with this and any help would be appreciated... Tnx
© Stack Overflow or respective owner