MutablePropertyExtensions.SetProviderClrType(IMutableProperty, Type) Yöntem

Tanım

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

public static void SetProviderClrType (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, Type providerClrType);
static member SetProviderClrType : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * Type -> unit
<Extension()>
Public Sub SetProviderClrType (property As IMutableProperty, providerClrType As Type)

Parametreler

property
IMutableProperty

Özellik.

providerClrType
Type

Kullanılacak tür veya null daha önce ayarlanan herhangi bir türü kaldırmak için.

Şunlara uygulanır