EntityFrameworkServicesBuilder.TryGetServiceCharacteristics(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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 的型別。
傳回
ServiceCharacteristics型 null
別的 ,如果不是 EF 服務,則為 。
備註
如需詳細資訊 和範例,請參閱資料庫提供者和延伸模組的實作 。