Bagikan melalui


MutablePropertyExtensions.SetIsUnicode Metode

Definisi

Mengatur nilai yang menunjukkan apakah properti ini dapat mempertahankan karakter Unicode.

public static void SetIsUnicode (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, bool? unicode);
static member SetIsUnicode : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * Nullable<bool> -> unit
<Extension()>
Public Sub SetIsUnicode (property As IMutableProperty, unicode As Nullable(Of Boolean))

Parameter

property
IMutableProperty

Properti untuk mengatur nilai.

unicode
Nullable<Boolean>

true jika properti menerima karakter Unicode, false jika tidak, null untuk menghapus pengaturan.

Berlaku untuk