Udostępnij za pośrednictwem


EntityFrameworkServicesBuilder.TryGetServiceCharacteristics(Type) Metoda

Definicja

Pobiera wartość ServiceCharacteristics dla danego typu usługi.

protected virtual Microsoft.EntityFrameworkCore.Infrastructure.ServiceCharacteristics? TryGetServiceCharacteristics (Type serviceType);
abstract member TryGetServiceCharacteristics : Type -> Nullable<Microsoft.EntityFrameworkCore.Infrastructure.ServiceCharacteristics>
override this.TryGetServiceCharacteristics : Type -> Nullable<Microsoft.EntityFrameworkCore.Infrastructure.ServiceCharacteristics>
Protected Overridable Function TryGetServiceCharacteristics (serviceType As Type) As Nullable(Of ServiceCharacteristics)

Parametry

serviceType
Type

Typ definiujący interfejs API usługi.

Zwraca

Dla ServiceCharacteristics typu lub null jeśli nie jest to usługa EF.

Uwagi

Aby uzyskać więcej informacji i przykładów, zobacz Implementacja dostawców i rozszerzeń bazy danych .

Dotyczy