CoreStrings.PrincipalKeylessType(Object, Object, Object) 方法

定义

无键实体类型“{entityType}”不能位于“{firstNavigationSpecification}”和“{secondNavigationSpecification}”之间关系的主体端。 主体实体类型必须具有键。 有关无键实体类型的详细信息,请参阅 https://go.microsoft.com/fwlink/?linkid=2141943

public static string PrincipalKeylessType (object entityType, object firstNavigationSpecification, object secondNavigationSpecification);
public static string PrincipalKeylessType (object? entityType, object? firstNavigationSpecification, object? secondNavigationSpecification);
static member PrincipalKeylessType : obj * obj * obj -> string
Public Shared Function PrincipalKeylessType (entityType As Object, firstNavigationSpecification As Object, secondNavigationSpecification As Object) As String

参数

entityType
Object
firstNavigationSpecification
Object
secondNavigationSpecification
Object

返回

适用于