Udostępnij za pośrednictwem


EntityFrameworkServicesBuilder.CoreServices Pole

Definicja

Jest to wewnętrzny interfejs API, który obsługuje infrastrukturę Entity Framework Core i nie podlega tym samym standardom zgodności co publiczne interfejsy API. Można go zmienić lub usunąć bez powiadomienia w jakiejkolwiek wersji. Należy używać go bezpośrednio w kodzie z wyjątkową ostrożnością i wiedzieć, że może to spowodować błędy aplikacji podczas aktualizowania do nowej wersji programu Entity Framework Core.

public static readonly System.Collections.Generic.IDictionary<Type,Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkServicesBuilder.ServiceCharacteristics> CoreServices;
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public static readonly System.Collections.Generic.IDictionary<Type,Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkServicesBuilder.ServiceCharacteristics> CoreServices;
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public static readonly System.Collections.Generic.IDictionary<Type,Microsoft.EntityFrameworkCore.Infrastructure.ServiceCharacteristics> CoreServices;
 staticval mutable CoreServices : System.Collections.Generic.IDictionary<Type, Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkServicesBuilder.ServiceCharacteristics>
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
 staticval mutable CoreServices : System.Collections.Generic.IDictionary<Type, Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkServicesBuilder.ServiceCharacteristics>
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
 staticval mutable CoreServices : System.Collections.Generic.IDictionary<Type, Microsoft.EntityFrameworkCore.Infrastructure.ServiceCharacteristics>
Public Shared ReadOnly CoreServices As IDictionary(Of Type, EntityFrameworkServicesBuilder.ServiceCharacteristics) 
Public Shared ReadOnly CoreServices As IDictionary(Of Type, ServiceCharacteristics) 

Wartość pola

Atrybuty

Uwagi

Ten słownik jest udostępniany tylko do testowania i sprawdzania poprawności dostawcy. Nie należy jej używać z kodu aplikacji.

Dotyczy