次の方法で共有


PropertiesConfigurationBuilder.HaveSentinel(Object) メソッド

定義

プロパティが設定されているかどうかを判断するために使用される値を構成します。 プロパティが sentinel 値に設定されている場合は、設定されていないと見なされます。 既定では、Sentinel の値は、 プロパティの型の CLR の既定値です。

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.PropertiesConfigurationBuilder HaveSentinel (object? sentinel);
abstract member HaveSentinel : obj -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertiesConfigurationBuilder
override this.HaveSentinel : obj -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertiesConfigurationBuilder
Public Overridable Function HaveSentinel (sentinel As Object) As PropertiesConfigurationBuilder

パラメーター

sentinel
Object

Sentinel の値。

戻り値

複数の構成呼び出しをチェーンできるように、同じビルダー インスタンス。

適用対象