MutableEntityTypeExtensions.GetDiscriminatorProperty メソッド

定義

識別子の値を IMutableProperty 格納するために使用される を返します。

public static Microsoft.EntityFrameworkCore.Metadata.IMutableProperty GetDiscriminatorProperty (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
static member GetDiscriminatorProperty : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> Microsoft.EntityFrameworkCore.Metadata.IMutableProperty
<Extension()>
Public Function GetDiscriminatorProperty (entityType As IMutableEntityType) As IMutableProperty

パラメーター

entityType
IMutableEntityType

エンティティの型。

戻り値

適用対象