19 references to EdmType
System.Data.Entity (19)
System\Data\Mapping\ViewGeneration\CellCreator.cs (1)
501PrimitiveType primitive = path.EdmType as PrimitiveType;
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (1)
369EdmType edmType = caseMemberPath.EdmType;
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryKB.cs (1)
202CreateVariableConstraintsRecursion(childPath.EdmType, childPath, domainMap, edmItemCollection);
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
788Constant typeConstant = new TypeConstant(memberPath.EdmType);
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (1)
355bool isColumnSimpleType = (column.EdmType as System.Data.Metadata.Edm.SimpleType) != null;
System\Data\Mapping\ViewGeneration\Structures\Domain.cs (1)
120CellConstantSet domain = DeriveDomainFromType(memberPath.EdmType, edmItemCollection, leaveDomainUnbounded);
System\Data\Mapping\ViewGeneration\Structures\MemberDomainMap.cs (2)
207if (MetadataHelper.HasDiscreteDomain(path.EdmType)) 241if (MetadataHelper.HasDiscreteDomain(member.EdmType) == false)
System\Data\Mapping\ViewGeneration\Structures\MemberPath.cs (4)
550return this.EdmType.BuiltInTypeKind == BuiltInTypeKind.PrimitiveType || 551this.EdmType.BuiltInTypeKind == BuiltInTypeKind.EnumType; 619if (path0.EdmType is EntityTypeBase || path1.EdmType is EntityTypeBase ||
System\Data\Mapping\ViewGeneration\Structures\MemberProjectionIndex.cs (1)
189EdmType memberType = member.EdmType;
System\Data\Mapping\ViewGeneration\Structures\MemberRestriction.cs (1)
318EdmType memberType = RestrictedMemberSlot.MemberPath.EdmType;
System\Data\Mapping\ViewGeneration\Structures\TypeConstant.cs (2)
107EntityType refEntityType = (EntityType)(((RefType)outputMember.EdmType).ElementType); 157EntityType refEntityType = (EntityType)(((RefType)outputMember.EdmType).ElementType);
System\Data\Mapping\ViewGeneration\Structures\TypeRestriction.cs (3)
100if (Helper.IsRefType(this.RestrictedMemberSlot.MemberPath.EdmType)) 136if (Helper.IsRefType(this.RestrictedMemberSlot.MemberPath.EdmType)) 160if (Helper.IsRefType(RestrictedMemberSlot.MemberPath.EdmType))