EntitySetBase::ElementType Property
.NET Framework (current version)
Gets the entity type of this EntityTypeBase.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: property EntityTypeBase^ ElementType { EntityTypeBase^ get(); internal: void set(EntityTypeBase^ value); }
Property Value
Type: System.Data.Metadata.Edm::EntityTypeBase^An EntityTypeBase object that represents the entity type of this EntityTypeBase.
.NET Framework
Available since 3.5
Available since 3.5
Show: