Base:
property
Types
System.Data.Mapping.StorageTypeMapping.Types
3 references to Types
System.Data.Entity (3)
System\Data\Mapping\StorageMappingItemLoader.cs (2)
1143if (entityTypeMapping.IsOfTypes.Count != 0 || entityTypeMapping.Types.Count != 1) 1150EntityType entityType = (EntityType)entityTypeMapping.Types[0];
System\Data\Mapping\ViewGeneration\CellCreator.cs (1)
291allTypes.AddRange(entityTypeMap.Types);