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

Articles

2 results for:

Save Data using Stored Procedure

Save Data Using Stored Procedure...The Entity Framework allows you to use stored procedures to perform predefined logic on database tables....It can also specify that EF should use your stored procedures for inserting, updating, or deleting entities....Raw SQL queries can be used to execute a stored procedure....Here is a simple stored procedure, it will insert an author record into a ...Authors... table when executed....IF NOT EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'...
saving stored procedure

Stored Procedure

Stored Procedure...How to work with stored procedure within Entity Framework?...How to call a Stored Procedure from Entity Framework?...StackOverflow Related Questions...How to call Stored Procedures with EntityFramework?...Insertion order of multiple records in Entity Framework...Answer...Entity Framework allows you to use stored procedures to perform predefined logic on database tables. It can also specify that EF should use your stored procedures for inserting, updating, or deleting entities....
saving stored procedure

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
Save your entities 20× faster with EF Extensions
SaveChanges vs BulkSaveChanges

Try for free now