Freigeben über


EdmProperty.IsPrimitiveType-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 diese Eigenschaft ein primitiver Typ ist.

Namespace:  System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public ReadOnly Property IsPrimitiveType As Boolean 
    Get
'Usage
Dim instance As EdmProperty 
Dim value As Boolean 

value = instance.IsPrimitiveType
public bool IsPrimitiveType { get; }
public:
property bool IsPrimitiveType {
    bool get ();
}
member IsPrimitiveType : bool
function get IsPrimitiveType () : boolean

Eigenschaftswert

Typ: System.Boolean
true, wenn diese Eigenschaft ein primitiver Typ ist, andernfalls false.

Siehe auch

Verweis

EdmProperty Klasse

System.Data.Entity.Core.Metadata.Edm-Namespace