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