Share via


ReferenceReferenceBuilder.ResolveEntityType Metodo

Definizione

Overload

ResolveEntityType(String)

Si tratta di un'API interna che supporta l'infrastruttura Entity Framework Core e non è soggetta agli stessi standard di compatibilità delle API pubbliche. Può essere modificato o rimosso senza preavviso in nessuna versione. È consigliabile usarlo direttamente nel codice con attenzione estrema e sapere che ciò può causare errori dell'applicazione durante l'aggiornamento a una nuova versione di Entity Framework Core.

ResolveEntityType(Type)

Si tratta di un'API interna che supporta l'infrastruttura Entity Framework Core e non è soggetta agli stessi standard di compatibilità delle API pubbliche. Può essere modificato o rimosso senza preavviso in nessuna versione. È consigliabile usarlo direttamente nel codice con attenzione estrema e sapere che ciò può causare errori dell'applicazione durante l'aggiornamento a una nuova versione di Entity Framework Core.

ResolveEntityType(String)

Si tratta di un'API interna che supporta l'infrastruttura Entity Framework Core e non è soggetta agli stessi standard di compatibilità delle API pubbliche. Può essere modificato o rimosso senza preavviso in nessuna versione. È consigliabile usarlo direttamente nel codice con attenzione estrema e sapere che ciò può causare errori dell'applicazione durante l'aggiornamento a una nuova versione di Entity Framework Core.

protected virtual Microsoft.EntityFrameworkCore.Metadata.Internal.EntityType ResolveEntityType (string entityTypeName);
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
protected virtual Microsoft.EntityFrameworkCore.Metadata.Internal.EntityType ResolveEntityType (string entityTypeName);
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
protected virtual Microsoft.EntityFrameworkCore.Metadata.Internal.EntityType? ResolveEntityType (string entityTypeName);
abstract member ResolveEntityType : string -> Microsoft.EntityFrameworkCore.Metadata.Internal.EntityType
override this.ResolveEntityType : string -> Microsoft.EntityFrameworkCore.Metadata.Internal.EntityType
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
abstract member ResolveEntityType : string -> Microsoft.EntityFrameworkCore.Metadata.Internal.EntityType
override this.ResolveEntityType : string -> Microsoft.EntityFrameworkCore.Metadata.Internal.EntityType
Protected Overridable Function ResolveEntityType (entityTypeName As String) As EntityType

Parametri

entityTypeName
String

Restituisce

Microsoft.EntityFrameworkCore.Metadata.Internal.EntityType
Attributi

Si applica a

ResolveEntityType(Type)

Si tratta di un'API interna che supporta l'infrastruttura Entity Framework Core e non è soggetta agli stessi standard di compatibilità delle API pubbliche. Può essere modificato o rimosso senza preavviso in nessuna versione. È consigliabile usarlo direttamente nel codice con attenzione estrema e sapere che ciò può causare errori dell'applicazione durante l'aggiornamento a una nuova versione di Entity Framework Core.

protected virtual Microsoft.EntityFrameworkCore.Metadata.Internal.EntityType ResolveEntityType (Type entityType);
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
protected virtual Microsoft.EntityFrameworkCore.Metadata.Internal.EntityType ResolveEntityType (Type entityType);
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
protected virtual Microsoft.EntityFrameworkCore.Metadata.Internal.EntityType? ResolveEntityType (Type entityType);
abstract member ResolveEntityType : Type -> Microsoft.EntityFrameworkCore.Metadata.Internal.EntityType
override this.ResolveEntityType : Type -> Microsoft.EntityFrameworkCore.Metadata.Internal.EntityType
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
abstract member ResolveEntityType : Type -> Microsoft.EntityFrameworkCore.Metadata.Internal.EntityType
override this.ResolveEntityType : Type -> Microsoft.EntityFrameworkCore.Metadata.Internal.EntityType
Protected Overridable Function ResolveEntityType (entityType As Type) As EntityType

Parametri

entityType
Type

Restituisce

Microsoft.EntityFrameworkCore.Metadata.Internal.EntityType
Attributi

Si applica a