IProperty.BeforeSaveBehavior 属性

定义

获取一个值,该值指示在实体保存到数据库之前是否可以修改此属性。

如果 Throw为 ,则如果在此属性处于 Added 状态时将值分配给此属性,则会引发异常。

如果 Ignore为 ,则在处于 状态时 Added ,将忽略任何值集。

public Microsoft.EntityFrameworkCore.Metadata.PropertySaveBehavior BeforeSaveBehavior { get; }
member this.BeforeSaveBehavior : Microsoft.EntityFrameworkCore.Metadata.PropertySaveBehavior
Public ReadOnly Property BeforeSaveBehavior As PropertySaveBehavior

属性值

适用于