Share via


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

戻り値

適用対象