共用方式為


EntityFrameworkServicesBuilder.TryGetServiceCharacteristics(Type) 方法

定義

ServiceCharacteristics取得指定服務型別的 。

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)

參數

serviceType
Type

定義服務 API 的型別。

傳回

ServiceCharacteristicsnull 別的 ,如果不是 EF 服務,則為 。

備註

如需詳細資訊 和範例,請參閱資料庫提供者和延伸模組的實作

適用於