PropertyExtensions.GetProviderClrType(IProperty) Yöntem

Tanım

Veritabanı sağlayıcısına gönderilmeden önce özellik değerinin dönüştürülecek türü alır.

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

Parametreler

property
IProperty

Özellik.

Döndürülenler

Type

Sağlayıcı türü veya null ayarlanmışsa.

Şunlara uygulanır