EdmProperty.PrimitiveType-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 die Informationen zum primitiven Typ für diese Eigenschaft ab.
Namespace: System.Data.Entity.Core.Metadata.Edm
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Property PrimitiveType As PrimitiveType
Get
Friend Set
'Usage
Dim instance As EdmProperty
Dim value As PrimitiveType
value = instance.PrimitiveType
public PrimitiveType PrimitiveType { get; internal set; }
public:
property PrimitiveType^ PrimitiveType {
PrimitiveType^ get ();
internal: void set (PrimitiveType^ value);
}
member PrimitiveType : PrimitiveType with get, internal set
function get PrimitiveType () : PrimitiveType
internal function set PrimitiveType (value : PrimitiveType)
Eigenschaftswert
Typ: System.Data.Entity.Core.Metadata.Edm.PrimitiveType
Die Informationen zum primitiven Typ für diese Eigenschaft.