PROCEDURE milad_101 ( INAMT IN NUMBER ,RESULT_OUT OUT sys_refcursor ) IS begin open RESULT_OUT for 'select shenaseh,pardakhtkey,mablaghkol from LASTtable where mablaghkol>='|| inAMT ; commit; End;
public string GetGis(Int64 id) { var res = db.milad_101( id); return (res).ToString(); }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)