Condividi tramite


Proprietà EdmType.BaseType

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Ottiene il tipo di base del tipo.

Spazio dei nomi:  System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public Overridable Property BaseType As EdmType 
    Get 
    Friend Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Data.Entity.Core.Metadata.Edm.EdmType
Tipo di base del tipo.

Vedere anche

Riferimento

EdmType Classe

Spazio dei nomi System.Data.Entity.Core.Metadata.Edm