The DataDirect Connect for ADO.NET Entity Framework data providers support multiple result sets and return codes from stored procedures when parameters are bound as return codes. The stored procedures must take an argument list.Refer to the DataDirect Connect Series for ADO.NET Reference for more information about using stored procedures.Table 3-8 lists the mapping of the Connection properties to the corresponding pseudo stored procedure.
Table 3-8. Mapping to Pseudo Stored Procedure
command.Parameters.Add(new OracleParameter("cid", 1));