共用方式為


EntityFrameworkRelationalServicesBuilder.TryGetServiceCharacteristics 方法

定義

ServiceCharacteristics取得指定服務型別的 。

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)

參數

serviceType
Type

定義服務 API 的型別。

傳回

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

適用於