EdmProperty.IsUnicodeConstant-Eigenschaft
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Ruft ab, ob das Unicode-Facet für den Datenbankanbieter konstant ist.
Namespace: System.Data.Entity.Core.Metadata.Edm
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public ReadOnly Property IsUnicodeConstant As Boolean
Get
'Usage
Dim instance As EdmProperty
Dim value As Boolean
value = instance.IsUnicodeConstant
public bool IsUnicodeConstant { get; }
public:
property bool IsUnicodeConstant {
bool get ();
}
member IsUnicodeConstant : bool
function get IsUnicodeConstant () : boolean
Eigenschaftswert
Typ: System.Boolean
true, wenn das Facet eine Konstante ist, andernfalls false.