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