create procedure sp_proc1 @obj_code as begin select * from employee where @obj_code=obj_code
testDatacontext db=new testDatacontext(); var results=db.sp_proc1(melk_id); for each(sp_proc1result result in result) { //?????????????????????????????? }
DataAdapter
select * from results
Fill
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)