PropertyExtensions.IsUnicode(IProperty) Methode

Definition

Ruft einen Wert ab, der angibt, ob die Eigenschaft Unicode-Zeichen beibehalten kann oder nicht.

public static bool? IsUnicode (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member IsUnicode : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Nullable<bool>
<Extension()>
Public Function IsUnicode (property As IProperty) As Nullable(Of Boolean)

Parameter

property
IProperty

Die Eigenschaft, für die die Unicode-Einstellung abgerufen werden soll.

Gibt zurück

Die Unicode-Einstellung, oder null , wenn keine definiert ist.

Gilt für: