EntitySetBase::ElementType Property

 

Gets the entity type of this EntityTypeBase.

Namespace:   System.Data.Metadata.Edm
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
Return to top
Show: