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: user-defined-functions

How to map Table Valued Functions in EF6 Code First with different column names?

It is possible to map a table valued functions in EF6 without edmx? The problem is that the columns in the database are named differently than in the application....My application as a simplified example....Database...The table ...user... on SQL Server 20...
c# entity-framework entity-framework-6 sql-server user-defined-functions
asked by cSteusloff

How to map user defined table valued function to EF 6 database first entity collection?

I am trying to solve a problem with mapping original entity on UDF execution. I have this scenario:... CREATE FUNCTION [dbo].[GetUsers] ( @password nvarchar(50) NULL ) RETURNS TABLE AS RETURN ( SELECT UserID, User...
c# entity-framework entity-framework-6 sql-server user-defined-functions
asked by JadaVonRuth

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!