EntityFrameworkServicesBuilder.TryGetServiceCharacteristics(Type) Yöntem

Tanım

Verilen hizmet türü için değerini ServiceCharacteristics alır.

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)

Parametreler

serviceType
Type

Hizmet API'sini tanımlayan tür.

Döndürülenler

ServiceCharacteristics türü için veya null bir EF hizmeti değilse.

Açıklamalar

Daha fazla bilgi ve örnek için bkz. Veritabanı sağlayıcılarının ve uzantıların uygulanması .

Şunlara uygulanır