Sdílet prostřednictvím


EntityFrameworkRelationalServicesBuilder.TryGetServiceCharacteristics Metoda

Definice

Získá pro ServiceCharacteristics 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

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

Platí pro