PropertyBuilder.HasSentinel(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
配置值,该值将用于确定是否已设置属性。 如果属性设置为 sentinel 值,则被视为未设置。 默认情况下,sentinel 值是属性类型的 CLR 默认值。
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder HasSentinel (object? sentinel);
abstract member HasSentinel : obj -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder
override this.HasSentinel : obj -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder
Public Overridable Function HasSentinel (sentinel As Object) As PropertyBuilder
参数
- sentinel
- Object
sentinel 值。
返回
如果应用了配置,则为同一生成器实例, null
否则为 。