1 override of
System.Data.Entity (1)
System\Data\Metadata\Edm\FilteredReadOnlyMetadataCollection.cs (1)
74
public override TDerived
this
[string identity]
67 references to
System.Data.Entity (62)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (2)
319
newSource = mappedType.RelationshipEndMembers
[
source.Name];
320
newTarget = mappedType.RelationshipEndMembers
[
target.Name];
System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs (2)
157
var dependentSetEnd = relSet.AssociationSetEnds
[
fkConstraint.ToRole.Name];
162
var principalSetEnd = relSet.AssociationSetEnds
[
fkConstraint.FromRole.Name];
System\Data\Common\Internal\Materialization\Shaper.cs (2)
471
if (((AssociationSet)entitySetBase).AssociationSetEnds
[
sourceEndName].EntitySet == entitySet)
710
Debug.Assert(associationSet.AssociationSetEnds
[
sourceMember.Name].EntitySet == sourceEntitySet);
System\Data\Common\Utils\MetadataHelper.cs (3)
236
return associationSet.AssociationSetEnds
[
endMember.Name].EntitySet;
631
EntitySet es = assocSet.AssociationSetEnds
[
endName].EntitySet;
901
return (T)type.Facets
[
facetName].Value;
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (2)
292
EntitySet dependentSet = aSet.AssociationSetEnds
[
rc.ToRole.Name].EntitySet;
293
EntitySet principalSet = aSet.AssociationSetEnds
[
rc.FromRole.Name].EntitySet;
System\Data\Mapping\StorageMappingItemLoader.cs (2)
2391
var cTypeColumn = cTypeTvfElementType.Properties
[
column.Name];
2486
var cTypeColumn = cTypeTvfElementType.Properties
[
columnName];
System\Data\Mapping\StorageModificationFunctionMapping.cs (3)
215
if ((assocationSet.AssociationSetEnds
[
constraint.ToRole.Name].EntitySet == entitySet) &&
218
ends.Add(assocationSet.AssociationSetEnds
[
constraint.FromRole.Name]);
306
this.AssociationSetEnd = associationSetNavigation.AssociationSetEnds
[
this.Members[1].Name];
System\Data\Mapping\Update\Internal\UpdateCommandOrderer.cs (2)
113
source = associationSet.AssociationSetEnds
[
constraint.ToRole.Name];
114
target = associationSet.AssociationSetEnds
[
constraint.FromRole.Name];
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (1)
260
EntitySet principalSet = associationSet.AssociationSetEnds
[
constraint.FromRole.Name].EntitySet;
System\Data\Mapping\ViewGeneration\Structures\LeftCellWrapper.cs (1)
195
AssociationSetEnd setEnd = ((AssociationSet)RightExtent).AssociationSetEnds
[
ends.First().Name];
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (1)
438
RoleBoolean endRoleBoolean = new RoleBoolean(assocSet.AssociationSetEnds
[
endMember.Name]);
System\Data\Metadata\Converter.cs (7)
506
AssociationEndMember fromMember = (AssociationEndMember)associationType.Members
[
constraint.PrincipalRole.Name];
507
AssociationEndMember toMember = (AssociationEndMember)associationType.Members
[
constraint.DependentRole.Name];
583
result[i] = (EdmProperty)entityType.Members
[
properties[i].Name];
672
AssociationEndMember endMember = (AssociationEndMember)associationType.Members
[
end.Name];
833
navigationProperty.ToEndMember = (RelationshipEndMember)relationshipType.Members
[
somNavigationProperty.ToEnd.Name];
834
navigationProperty.FromEndMember = (RelationshipEndMember)relationshipType.Members
[
somNavigationProperty.FromEnd.Name];
1377
Facet maxLengthFacet = typeUsage.Facets
[
EdmProviderManifest.MaxLengthFacetName];
System\Data\Metadata\Edm\EdmProperty.cs (2)
109
return (bool)TypeUsage.Facets
[
DbProviderManifest.NullableFacetName].Value;
121
return TypeUsage.Facets
[
DbProviderManifest.DefaultValueFacetName].Value;
System\Data\Metadata\Edm\FilteredReadOnlyMetadataCollection.cs (1)
78
TBase item = _source
[
identity];
System\Data\Objects\DataClasses\EntityCollection.cs (1)
198
singleEntitySet = ((AssociationSet)this.RelationshipSet).AssociationSetEnds
[
this.ToEndMember.Name].EntitySet;
System\Data\Objects\DataClasses\EntityReference.cs (4)
477
EntitySet principalEntitySet = ((AssociationSet)RelationshipSet).AssociationSetEnds
[
ToEndMember.Name].EntitySet;
480
EntitySet dependentEntitySet = ((AssociationSet)RelationshipSet).AssociationSetEnds
[
FromEndProperty.Name].EntitySet;
578
EntitySet dependentEntitySet = ((AssociationSet)RelationshipSet).AssociationSetEnds
[
FromEndProperty.Name].EntitySet;
660
EntitySet dependentEntitySet = ((AssociationSet)RelationshipSet).AssociationSetEnds
[
FromEndProperty.Name].EntitySet;
System\Data\Objects\DataClasses\RelatedEnd.cs (9)
393
EntitySet ownerEntitySet = ((AssociationSet)_relationshipSet).AssociationSetEnds
[
_fromEndProperty.Name].EntitySet;
394
EntitySet targetEntitySet = ((AssociationSet)_relationshipSet).AssociationSetEnds
[
_toEndProperty.Name].EntitySet;
777
EntitySet targetEntitySet = ((AssociationSet)RelationshipSet).AssociationSetEnds
[
TargetRoleName].EntitySet;
1106
if ((((AssociationSet)_relationshipSet).AssociationSetEnds
[
_navigation.To] != null) &&
1107
(((AssociationSet)_relationshipSet).AssociationSetEnds
[
_navigation.To].EntitySet != set))
2141
entitySet = associationSet.AssociationSetEnds
[
associationEndMember.Name].EntitySet;
2350
associationset.AssociationSetEnds
[
_navigation.From].EntitySet != entitySet &&
2351
associationset.AssociationSetEnds
[
_navigation.From].EntitySet.ElementType == entitySet.ElementType)
2435
if (((AssociationSet)entitySetBase).AssociationSetEnds
[
_navigation.From].EntitySet == entitySet)
System\Data\Objects\DataClasses\RelationshipManager.cs (1)
848
Debug.Assert(association.AssociationSetEnds
[
sourceEndName].EntitySet == entitySet, "AssociationSetEnd does have the matching EntitySet");
System\Data\Objects\Internal\ObjectFullSpanRewriter.cs (1)
202
return relationship.AssociationEndMembers
[
property.ToEndMember.Name];
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
1555
rs.AssociationSetEnds
[
relProperty.FromEnd.Identity].EntitySet.EdmEquals(entitySet))
System\Data\SqlClient\SqlGen\Sql8ExpressionRewriter.cs (1)
466
EdmProperty prop = rowExprType.Properties
[
column.Key];
System\Data\SqlClient\SqlProviderManifest.cs (11)
591
bool isFixedLength = null != facets
[
DbProviderManifest.FixedLengthFacetName].Value && (bool)facets
[
DbProviderManifest.FixedLengthFacetName].Value;
592
Facet f = facets
[
DbProviderManifest.MaxLengthFacetName];
609
Debug.Assert(tu.Facets
[
DbProviderManifest.MaxLengthFacetName].Description.IsConstant, "varbinary(max) is not constant!");
627
bool isUnicode = null == facets
[
DbProviderManifest.UnicodeFacetName].Value || (bool)facets
[
DbProviderManifest.UnicodeFacetName].Value;
628
bool isFixedLength = null != facets
[
DbProviderManifest.FixedLengthFacetName].Value && (bool)facets
[
DbProviderManifest.FixedLengthFacetName].Value;
629
Facet f = facets
[
DbProviderManifest.MaxLengthFacetName];
651
Debug.Assert(tu.Facets
[
DbProviderManifest.MaxLengthFacetName].Description.IsConstant, "NVarchar(max) is not constant!");
680
Debug.Assert(tu.Facets
[
DbProviderManifest.MaxLengthFacetName].Description.IsConstant, "varchar(max) is not constant!");
System\Data\SqlClient\SqlProviderUtilities.cs (2)
197
var principalEnd = associationSet.AssociationSetEnds
[
constraint.FromRole.Name];
198
var dependentEnd = associationSet.AssociationSetEnds
[
constraint.ToRole.Name];
System.Data.Entity.Design (2)
System\Data\Entity\Design\Common\MetadataItemSerializer.cs (2)
440
member.MetadataProperties
[
DesignXmlConstants.EdmAnnotationNamespace + ":" + DesignXmlConstants.StoreGeneratedPattern].Value));
683
container.MetadataProperties
[
DesignXmlConstants.EdmAnnotationNamespace + ":" + DesignXmlConstants.LazyLoadingEnabled].Value));
System.Data.Services (3)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (3)
132
AssociationSetEnd setEnd = associationSet.AssociationSetEnds
[
sourceNavigationProperty.FromEndMember.Name];
139
setEnd = associationSet.AssociationSetEnds
[
sourceNavigationProperty.ToEndMember.Name];
2400
NavigationProperty navProperty = cspaceEntityType.NavigationProperties
[
propertyName];