EntitySet::ElementType Property

 

Gets the entity type of this EntitySet.

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

public:
property EntityType^ ElementType {
	EntityType^ get();
}

Property Value

Type: System.Data.Metadata.Edm::EntityType^

An EntityType object that represents the entity type of this EntitySet.

.NET Framework
Available since 3.5
Return to top
Show: