RelationalModelValidator.ThrowPropertyNotMappedException 方法

定义

重载

ThrowPropertyNotMappedException(String, IConventionEntityType, IConventionProperty)

引发包含 InvalidOperationException 提供程序特定信息的消息(如果可用),指示无法映射属性的可能原因。

ThrowPropertyNotMappedException(String, IConventionTypeBase, IConventionProperty)

引发包含 InvalidOperationException 提供程序特定信息的消息(如果可用),指示无法映射属性的可能原因。

ThrowPropertyNotMappedException(String, IConventionEntityType, IConventionProperty)

引发包含 InvalidOperationException 提供程序特定信息的消息(如果可用),指示无法映射属性的可能原因。

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)

参数

propertyType
String

属性 CLR 类型。

entityType
IConventionEntityType

实体类型。

unmappedProperty
IConventionProperty

属性。

适用于

ThrowPropertyNotMappedException(String, IConventionTypeBase, IConventionProperty)

引发包含 InvalidOperationException 提供程序特定信息的消息(如果可用),指示无法映射属性的可能原因。

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)

参数

propertyType
String

属性 CLR 类型。

typeBase
IConventionTypeBase

结构类型。

unmappedProperty
IConventionProperty

属性。

适用于