Base:
property
IsOfTypes
System.Data.Mapping.StorageTypeMapping.IsOfTypes
2 references to IsOfTypes
System.Data.Entity (2)
System\Data\Mapping\StorageMappingItemLoader.cs (1)
1143
if (entityTypeMapping.
IsOfTypes
.Count != 0 || entityTypeMapping.Types.Count != 1)
System\Data\Mapping\ViewGeneration\CellCreator.cs (1)
292
foreach (EdmType type in entityTypeMap.
IsOfTypes
)