A
Archana
Hi all,
i am having query which is using in operator and there i want to pass
integetvalue.
say like select * from employee where empid in(1,2,3);
here empid i have to pass dynamically so how will i use sqlparameter
for this?
please help me asap.
thanks in advance.
i am having query which is using in operator and there i want to pass
integetvalue.
say like select * from employee where empid in(1,2,3);
here empid i have to pass dynamically so how will i use sqlparameter
for this?
please help me asap.
thanks in advance.