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: null

Entity Framework Core null object one-to-one

Entity Framework Core null object. I have a one-to-one entity relationship....public class Player { public int Id { get; set; } public int? RatingId { get; set; } public Rating Rating { get; set; } } public class Rating { public double ...
c# entity-framework-6 entity-framework-core model null
asked by Conor Stephens

I get a an error when the Date is null but cannot understand why and how to fix it

This is driving me crazy:... using (var context = new aContext()) { _Paz = context.TPaz .Where(a => a.CodPaz == _PazV.CodPaz) .FirstOrDefault(); } ...I have 2 different row...
entity-framework-core linq null sql-server
asked by Massimo Savazzi

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!