Entity Framework object graph deletion with Breeze

后端 未结 2 1785
执念已碎
执念已碎 2020-12-22 11:30

I am encountering a recurring problem that just makes no sense, and hoping someone (in the Breeze team?) can shed some light.

The following model illustrates the ent

2条回答
  •  心在旅途
    2020-12-22 12:15

    That has nothing to do with Breeze.. The originating message is from Entity Framework.. inside BusUnitDimension Model update BusUnitId property to:

     public Nullable BusUnitId { get; set; }
    

    Notice the Nullable struct..

提交回复
热议问题