Read Oracle SYS_REFCURSOR in C# Entity Framework?
问题 I have a simple C# console application and its code is like this: using System; using System.Collections.Generic; using System.Data; using System.Data.Common; using System.Linq; using System.Text; using System.Threading.Tasks; using Oracle.ManagedDataAccess.Client; namespace ConsoleApp1 { class Program { static void Main(string[] args) { SHRSContext shrsContext = new SHRSContext(); DbCommand cmd = shrsContext.Database.Connection.CreateCommand(); cmd.CommandText = "PKG_SHRS.GETLOGINATTEMPT";