IConventionPropertyBuilder.HasSentinel(Object, Boolean) 方法

定义

配置值,该值将用于确定是否已设置属性。 如果属性设置为 sentinel 值,则被视为未设置。 默认情况下,sentinel 值是属性类型的 CLR 默认值。

public Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder? HasSentinel (object? sentinel, bool fromDataAnnotation = false);
abstract member HasSentinel : obj * bool -> Microsoft.EntityFrameworkCore.Metadata.Builders.IConventionPropertyBuilder
Public Function HasSentinel (sentinel As Object, Optional fromDataAnnotation As Boolean = false) As IConventionPropertyBuilder

参数

sentinel
Object

sentinel 值。

fromDataAnnotation
Boolean

指示配置是否是使用数据注释指定的。

返回

如果应用了配置,则为同一生成器实例, null 否则为 。

适用于