12 references to EdmType
System.Data.Entity (12)
System\Data\Common\Utils\MetadataHelper.cs (1)
178modelEdmType = objectMapping.EdmType;
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (5)
358cdmType = ((ObjectTypeMapping)GetMap(clrType)).EdmType; 384string cdmName = objectMap.EdmType.Identity; 405if (BuiltInTypeKind.PrimitiveType != objectMap.EdmType.BuiltInTypeKind && 406BuiltInTypeKind.RowType != objectMap.EdmType.BuiltInTypeKind && 407BuiltInTypeKind.CollectionType != objectMap.EdmType.BuiltInTypeKind)
System\Data\Mapping\ObjectTypeMapping.cs (1)
80return this.EdmType;
System\Data\Metadata\MetadataWorkspace.cs (1)
1162edmSpaceType = (T)ocMap.EdmType;
System\Data\Objects\DataClasses\RelationshipManager.cs (2)
672if (Helper.IsEntityType(objectMap.EdmType)) 674entityType = (EntityType)objectMap.EdmType;
System\Data\Objects\ObjectStateManager.cs (1)
3018EdmType edmType = mapping.EdmType;
System\Data\Objects\ObjectStateManagerMetadata.cs (1)
157Object.ReferenceEquals(mapping.EdmType, edmType),