3
Answers

what does this query mean

Subin Thomas

Subin Thomas

6y
666
1
SqlCommand cmd = new SqlCommand("select [Project ID] FROM [-----------].[dbo].[---------------------] where Lab='" + OrgId + "'and [Project ID] like '%'+ @ProjectName +'%'");
 
 
 
can anyone explain the meaning of this query, the last lines tho
thanks
subin
Answers (3)