Condividi tramite


CoreStrings.PrincipalKeylessType(Object, Object, Object) Metodo

Definizione

Il tipo di entità senza chiave '{entityType}' non può trovarsi nella fine principale della relazione tra '{firstNavigationSpecification}' e '{secondNavigationSpecification}'. Il tipo di entità principale deve avere una chiave. Per altre informazioni sui tipi di entità senza chiave, vedere 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

Parametri

entityType
Object
firstNavigationSpecification
Object
secondNavigationSpecification
Object

Restituisce

Si applica a