Condividi tramite


CoreStrings.NavigationNotAddedAdHoc(Object, Object, Object) Metodo

Definizione

Proprietà '{entityType}. {navigation}' di tipo '{propertyType}' sembra essere uno spostamento a un altro tipo di entità. Gli spostamenti non sono supportati quando si usa 'SqlQuery'. Includere questo tipo nel modello e usare 'FromSql' per la query oppure ignorare questa proprietà usando l'attributo '[NotMapped]'.

public static string NavigationNotAddedAdHoc (object? entityType, object? navigation, object? propertyType);
static member NavigationNotAddedAdHoc : obj * obj * obj -> string
Public Shared Function NavigationNotAddedAdHoc (entityType As Object, navigation As Object, propertyType As Object) As String

Parametri

entityType
Object
navigation
Object
propertyType
Object

Restituisce

Si applica a