To execute a stored procedure, you can use raw SQL queries in the following methods. DbSet<TEntity>.FromSqlRaw(); DbContext.Database.ExecuteSqlRaw(). Create ...
確定! 回上一頁