共用方式為


RuntimeProperty.IReadOnlyProperty.GetProviderClrType 方法

定義

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

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

傳回

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

實作

屬性

適用於