PropertyExtensions.GetProviderClrType(IProperty) 方法

定義

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

public static Type GetProviderClrType (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetProviderClrType : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Type
<Extension()>
Public Function GetProviderClrType (property As IProperty) As Type

參數

property
IProperty

屬性。

傳回

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

適用於