Freigeben über


EdmType.BaseType-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 den Basistyp dieses Typs ab.

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

Syntax

'Declaration
Public Overridable Property BaseType As EdmType 
    Get 
    Friend Set
'Usage
Dim instance As EdmType 
Dim value As EdmType 

value = instance.BaseType
public virtual EdmType BaseType { get; internal set; }
public:
virtual property EdmType^ BaseType {
    EdmType^ get ();
    internal: void set (EdmType^ value);
}
abstract BaseType : EdmType with get, internal set 
override BaseType : EdmType with get, internal set
function get BaseType () : EdmType 
internal function set BaseType (value : EdmType)

Eigenschaftswert

Typ: System.Data.Entity.Core.Metadata.Edm.EdmType
Der Basistyp dieses Typs.

Siehe auch

Verweis

EdmType Klasse

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