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