Proprietà EntitySetBase.ElementType
[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 entità per EntityTypeBase.
Spazio dei nomi: System.Data.Entity.Core.Metadata.Edm
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
Public Property ElementType As EntityTypeBase
Get
Friend Set
'Utilizzo
Dim instance As EntitySetBase
Dim value As EntityTypeBase
value = instance.ElementType
public EntityTypeBase ElementType { get; internal set; }
public:
property EntityTypeBase^ ElementType {
EntityTypeBase^ get ();
internal: void set (EntityTypeBase^ value);
}
member ElementType : EntityTypeBase with get, internal set
function get ElementType () : EntityTypeBase
internal function set ElementType (value : EntityTypeBase)
Valore proprietà
Tipo: System.Data.Entity.Core.Metadata.Edm.EntityTypeBase
Oggetto EntityTypeBase che rappresenta il tipo di entità di EntityTypeBase.