3 references to EntitySets
System.Data.Entity (3)
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (1)
329
foreach (EntityContainerEntitySet set in current.
EntitySets
)
System\Data\EntityModel\SchemaObjectModel\EntityContainerRelationshipSet.cs (1)
191
foreach ( EntityContainerEntitySet set in ParentElement.
EntitySets
)
System\Data\Metadata\Converter.cs (1)
263
foreach (Som.EntityContainerEntitySet entitySet in element.
EntitySets
)