my request:
“http://hostname/sample/getrecord?appid=1&domain=physics,chemistry&platform=cs,ece”
How to query in linq to sql like “IN” statement in sqlserver 2008.
How to send multiple parameters of same column as string to SP in linq to sql.
Please help me out….
Perhaps you want something like:
(assuming that
Domainis astringproperty in entityRecord)