RelationalStrings.OptionalDependentWithDependentWithoutIdentifyingProperty 方法

定义

实体类型“{entityType}”是一个可选的依赖项,它使用表共享并包含其他依赖项,没有任何必需的非共享属性来标识实体是否存在。 如果所有可为空属性在数据库中都包含 NULL 值,则不会在查询中创建对象实例,从而导致嵌套依赖项的值丢失。 添加一个必需的属性以创建具有 NULL值的其他属性的实例,或者将传入的导航标记为必需,以始终创建实例。

public static string OptionalDependentWithDependentWithoutIdentifyingProperty (object? entityType);
static member OptionalDependentWithDependentWithoutIdentifyingProperty : obj -> string
Public Shared Function OptionalDependentWithDependentWithoutIdentifyingProperty (entityType As Object) As String

参数

entityType
Object

返回

适用于