|
[x]
Posted via EE Mobile
|
|
| Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
|
|
|
|
Asked by kravindra in Language Integrated Query - LINQ
Here I am going to explain scenario's
from the following scenarios i written two procedures. I don't prefer out parameter and
return keyword. So how linq will support to get scalar values from below stored procs.
scenerio 1 :
create procedure Getvalue
as
select count(*) from emp
scenerio 2 :
create procedure GetCountValues
as
select count(*) from emp
select count(*) from dept
20091021-EE-VQP-81 - Hierarchy / EE_QW_3_20080625