MetadataWorkspaceExtensions.GetAllAssociationSets Method (ItemCollection)
Retrieves an enumerable collection of all AssociationSet elements in this ItemCollection
Assembly: Microsoft.Data.Entity.Design.DatabaseGeneration (in Microsoft.Data.Entity.Design.DatabaseGeneration.dll)
public static IEnumerable<AssociationSet> GetAllAssociationSets( this ItemCollection itemCollection )
Parameters
- itemCollection
-
Type:
System.Data.Entity.Core.Metadata.Edm.ItemCollection
The ItemCollection.
Return Value
Type: System.Collections.Generic.IEnumerable<AssociationSet>The list of AssociationSet elements.