RelationalModelValidator.ThrowPropertyNotMappedException Yöntem

Tanım

Aşırı Yüklemeler

ThrowPropertyNotMappedException(String, IConventionEntityType, IConventionProperty)

InvalidOperationException Kullanılabilir olduğunda, özelliğin eşlenememesinin olası nedenlerini gösteren sağlayıcıya özgü bilgileri içeren bir iletiyle birlikte oluşturur.

ThrowPropertyNotMappedException(String, IConventionTypeBase, IConventionProperty)

InvalidOperationException Kullanılabilir olduğunda, özelliğin eşlenememesinin olası nedenlerini gösteren sağlayıcıya özgü bilgileri içeren bir iletiyle birlikte oluşturur.

ThrowPropertyNotMappedException(String, IConventionEntityType, IConventionProperty)

InvalidOperationException Kullanılabilir olduğunda, özelliğin eşlenememesinin olası nedenlerini gösteren sağlayıcıya özgü bilgileri içeren bir iletiyle birlikte oluşturur.

protected override void ThrowPropertyNotMappedException (string propertyType, Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType entityType, Microsoft.EntityFrameworkCore.Metadata.IConventionProperty unmappedProperty);
override this.ThrowPropertyNotMappedException : string * Microsoft.EntityFrameworkCore.Metadata.IConventionEntityType * Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> unit
Protected Overrides Sub ThrowPropertyNotMappedException (propertyType As String, entityType As IConventionEntityType, unmappedProperty As IConventionProperty)

Parametreler

propertyType
String

ÖZELLIK CLR türü.

entityType
IConventionEntityType

Varlık türü.

unmappedProperty
IConventionProperty

Özellik.

Şunlara uygulanır

ThrowPropertyNotMappedException(String, IConventionTypeBase, IConventionProperty)

InvalidOperationException Kullanılabilir olduğunda, özelliğin eşlenememesinin olası nedenlerini gösteren sağlayıcıya özgü bilgileri içeren bir iletiyle birlikte oluşturur.

protected override void ThrowPropertyNotMappedException (string propertyType, Microsoft.EntityFrameworkCore.Metadata.IConventionTypeBase typeBase, Microsoft.EntityFrameworkCore.Metadata.IConventionProperty unmappedProperty);
override this.ThrowPropertyNotMappedException : string * Microsoft.EntityFrameworkCore.Metadata.IConventionTypeBase * Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> unit
Protected Overrides Sub ThrowPropertyNotMappedException (propertyType As String, typeBase As IConventionTypeBase, unmappedProperty As IConventionProperty)

Parametreler

propertyType
String

ÖZELLIK CLR türü.

typeBase
IConventionTypeBase

Yapısal tip.

unmappedProperty
IConventionProperty

Özellik.

Şunlara uygulanır