Sdílet prostřednictvím


EntityFrameworkRelationalDesignServicesBuilder.TryGetServiceCharacteristics Metoda

Definice

ServiceCharacteristics Získá pro daný typ služby.

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

Parametry

serviceType
Type

Typ, který definuje rozhraní API služby.

Návraty

Pro ServiceCharacteristics typ nebo null pokud se nejedná o službu EF.

Platí pro