stored procedures - mapping issue
Posted: Mon 07 May 2012 06:42
Hi sir,
I have a stored procedure with the following signature
CREATE OR REPLACE FUNCTION searchpatient(refcursor, searchfilter character varying)
RETURNS SETOF refcursor AS
begin
end
I have 2 classes (or tables)
all_attributes
attribute_type
I want to map the all_attributes class to the above stored procedure.
In functionimports of .edmx model our functions doesn't show in drop down list....
How to map our functions into .edmx model drop down ,and How can i get the description of procedure to appear?
I have a stored procedure with the following signature
CREATE OR REPLACE FUNCTION searchpatient(refcursor, searchfilter character varying)
RETURNS SETOF refcursor AS
begin
end
I have 2 classes (or tables)
all_attributes
attribute_type
I want to map the all_attributes class to the above stored procedure.
In functionimports of .edmx model our functions doesn't show in drop down list....
How to map our functions into .edmx model drop down ,and How can i get the description of procedure to appear?