1 reference to GetEntityTypes
System.Data.Entity (1)
System\Data\Mapping\ViewValidator.cs (1)
165
IEnumerable<EdmProperty> properties =
GetEntityTypes
().SelectMany(entityType => entityType.Properties).Distinct();