zzz projects Entity Framework Core EF Core
Home Articles Knowledge Base Online Examples
  • Home
  • Articles
  • Knowledge Base
  • Online Examples

Entity Framework Core - Knowledge Base (KB)

2 results in tag: output

Entity Framework 6 and output parameter

First time working with EF in general and wanted to call a stored procedure. So far I've added the stored procedure in a model (.edmx) and I believe that it's calling properly but I'm not sure how to add the output parameter. ...This is what the stored p...
c# entity-framework entity-framework-6 output stored-procedures
asked by Mike Stone

SQL Server stored procedure output parameter and return data from select

I have a stored procedure in SQL Server 2012:...CREATE PROCEDURE GetImmediateManager @managerID INT OUTPUT AS BEGIN SET @managerID = 6; SELECT * FROM Roles; END ...When I remove ...select * from Roles;... the output value (...@man...
entity-framework-core output sql-server stored-procedures
asked by Robert

Page 1 of 1
  • 1

Prime Library

Performance

  • Entity Framework Extensions
  • Entity Framework Classic
  • Bulk Operations
  • Dapper Plus

Expression Evaluator

  • C# Eval Expression
  • SQL Eval Function
More Projects...

Related

  • EF Extensions Online Benchmark
  • WIN an EF Extensions license
  • EF6 BatchSaveChanges for only $79
Get monthly updates by subscribing to our newsletter!
SUBSCRIBE!