EntityKey::GetEntitySet Method (MetadataWorkspace^)

 

Gets the entity set for this entity key from the given metadata workspace.

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

public:
EntitySet^ GetEntitySet(
	MetadataWorkspace^ metadataWorkspace
)

Parameters

metadataWorkspace
Type: System.Data.Metadata.Edm::MetadataWorkspace^

The metadata workspace that contains the entity.

Return Value

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

The EntitySet for the entity key.

Exception Condition
ArgumentException

The entity set could not be located in the specified metadata workspace.

The entity set is accessed based on the entity container name and entity set name of the key.

.NET Framework
Available since 3.5
Return to top
Show: