共用方式為


RuntimeTypeMappingConfiguration.ITypeMappingConfiguration.GetProviderClrType 方法

定義

取得屬性值在傳送至資料庫提供者之前要轉換成的型別。

[System.Diagnostics.DebuggerStepThrough]
Type? ITypeMappingConfiguration.GetProviderClrType ();
[System.Diagnostics.DebuggerStepThrough]
Type ITypeMappingConfiguration.GetProviderClrType ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.ITypeMappingConfiguration.GetProviderClrType : unit -> Type
override this.Microsoft.EntityFrameworkCore.Metadata.ITypeMappingConfiguration.GetProviderClrType : unit -> Type
Function GetProviderClrType () As Type Implements ITypeMappingConfiguration.GetProviderClrType

傳回

提供者類型,如果尚未設定,則 null 為 。

實作

屬性

適用於