Base:
property
Identity
System.Data.Metadata.Edm.MetadataItem.Identity
70 references to Identity
System.Data.Entity (70)
System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs (7)
136_key.Append(func.Identity); 461_key.Append(e.OfType.EdmType.Identity); 471_key.Append(e.OfType.EdmType.Identity); 495_key.Append(e.ResultType.EdmType.Identity); 508_key.Append(relatedRef.SourceEnd.DeclaringType.Identity); 542_key.Append(e.NavigateFrom.DeclaringType.Identity); 573_key.Append(e.ResultType.EdmType.Identity);
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
1021string targetEndId = String.Join(":", new String[] { relshipTarget.TargetEnd.DeclaringType.Identity, relshipTarget.TargetEnd.Identity });
System\Data\Common\EntityUtil.cs (1)
1696return InvalidOperation(System.Data.Entity.Strings.Cqt_UDF_FunctionHasNoDefinition(function.Identity));
System\Data\Common\Internal\Materialization\Shaper.cs (1)
454var relatedEndKey = Tuple.Create<string, string, string>(entitySet.Identity, associationType.Identity, sourceEndName);
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (9)
94identity = cdmType.Identity; 122identity = clrType.Identity; 248if (cdmTypeIndexes.TryGetValue(edmType.Identity, out index)) 260if (clrTypeIndexes.TryGetValue(edmType.Identity, out index)) 283if ( (!cdmTypeIndexes.ContainsKey(cdmType.Identity)) && (!clrTypeIndexes.ContainsKey(clrType.Identity)) ) 383string clrName = objectMap.ClrType.Identity; 384string cdmName = objectMap.EdmType.Identity; 569if (edmMemberType.Identity != ObjectItemCollection.TryGetMappingCSpaceTypeIdentity(objectMemberType))
System\Data\Mapping\MetadataMappingHasherVisitor.cs (6)
310this.AddObjectContentToHashBuilder(entityType.Identity); 353this.AddObjectContentToHashBuilder(associationType.Identity); 531this.AddObjectContentToHashBuilder(enumType.Identity); 568this.AddObjectContentToHashBuilder(collectionType.Identity); 589this.AddObjectContentToHashBuilder(refType.Identity); 650this.AddObjectContentToHashBuilder(complexType.Identity);
System\Data\Mapping\ObjectTypeMapping.cs (2)
31identity = clrType.Identity + ObjectMslConstructs.IdentitySeperator + cdmType.Identity;
System\Data\Mapping\StorageMappingItemLoader.cs (15)
1579AddToSchemaErrors(Strings.Mapping_FunctionImport_ResultMappingCountDoesNotMatchResultCount(functionImport.Identity), 1597AddToSchemaErrors(Strings.Mapping_FunctionImport_ResultMapping_InvalidSType(functionImport.Identity), 1673functionImport.Identity, StorageMappingErrorCode.MappingOfAbstractType, m_sourceLocation, lineInfo, m_parsingErrors); 1858StorageMslConstructs.EntityTypeMappingElement, functionImport.Identity), 1870functionImport.Identity), 1878AddToSchemaErrors(Strings.Mapping_FunctionImport_ResultMapping_InvalidCTypeETExpected(functionImport.Identity), 1898AddToSchemaErrors(Strings.Mapping_FunctionImport_ResultMapping_InvalidCTypeCTExpected(functionImport.Identity), 1953Strings.Mapping_FunctionImport_ResultMapping_MappedTypeDoesNotMatchReturnType(functionImport.Identity, complexType.FullName), 2099resultType.FullName, functionImport.Identity, 2161AddToSchemaErrorsWithMemberInfo(Strings.Mapping_FunctionImport_CannotInferTargetFunctionKeys, functionImport.Identity, 2272AddToSchemaErrors(Strings.Mapping_FunctionImport_ScalarMappingToMulticolumnTVF(functionImport.Identity, sTypeTargetFunction.Identity), 2283functionImport.Identity, 2285sTypeTargetFunction.Identity), 2513Strings.Mapping_FunctionImport_PropertyNotMapped(property.Name, structuralType.FullName, functionImport.Identity),
System\Data\Mapping\ViewValidator.cs (1)
215_setMapping.Set.Name, expression.Function.Identity), (int)StorageMappingErrorCode.UnsupportedFunctionCallInQueryView,
System\Data\Metadata\Converter.cs (1)
1024Debug.Assert(!convertedItemCache.ItemCollection.TryGetValue(function.Identity, false, out returnFunction),
System\Data\Metadata\Edm\EdmType.cs (1)
200return this.Identity;
System\Data\Metadata\Edm\Facet.cs (1)
80if (facetDescription.FacetType.Identity == "Edm.Boolean")
System\Data\Metadata\Edm\FacetDescription.cs (1)
254System.Diagnostics.Debug.Assert(this.FacetType.Identity == "Edm.Boolean");
System\Data\Metadata\Edm\TypeUsage.cs (2)
503return this.EdmType.Identity; 566builder.Append(this.EdmType.Identity);
System\Data\Metadata\MetadataWorkspace.cs (3)
459throw new InvalidOperationException(System.Data.Entity.Strings.Mapping_Object_InvalidType(type.Identity)); 1008throw EntityUtil.Argument(Strings.FailedToFindOSpaceTypeMapping(edmSpaceType.Identity)); 1125throw EntityUtil.Argument(Strings.FailedToFindCSpaceTypeMapping(objectSpaceType.Identity));
System\Data\Metadata\ObjectItemCollection.cs (4)
504throw EntityUtil.Argument(Strings.FailedToFindClrTypeMapping(objectSpaceType.Identity)); 580return _ocMapping.TryGetValue(cspaceType.Identity, out edmType); 583return TryGetItem<EdmType>(cspaceType.Identity, out edmType); 610return edmType.Identity;
System\Data\Metadata\ObjectLayer\AssemblyCacheEntry.cs (1)
25if (loadedEdmType.Identity == typeName)
System\Data\Metadata\ObjectLayer\ObjectItemAttributeAssemblyLoader.cs (1)
338Debug.Assert(!CacheEntry.ContainsType(edmType.Identity), "This type must not be already present in the list of types for this assembly");
System\Data\Metadata\ObjectLayer\ObjectItemCachedAssemblyLoader.cs (2)
34if (!SessionData.TypesInLoading.ContainsKey(type.Identity)) 36SessionData.TypesInLoading.Add(type.Identity, type);
System\Data\Objects\Internal\LazyLoadBehavior.cs (2)
78navProperty.RelationshipType.Identity, 86navProperty.RelationshipType.Identity,
System\Data\Objects\SpanIndex.cs (1)
50return obj.Identity.GetHashCode();
System\Data\Query\PlanCompiler\PreProcessor.cs (2)
1203m_typesNeedingNullSentinel.Add(op.Type.EdmType.Identity); 2453typesNeedingNullSentinel.Add(typeUsage.EdmType.Identity);
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (1)
660return m_typesNeedingNullSentinel.Contains(typeInfo.Type.EdmType.Identity);
System\Data\Query\PlanCompiler\TypeInfo.cs (1)
618PlanCompiler.Assert(false, "Unable to find property " + propertyRef.ToString() + " in type " + this.Type.EdmType.Identity);
System\Data\Query\PlanCompiler\TypeUtils.cs (3)
73return obj.EdmType.Identity.GetHashCode(); 80return x.Identity.Equals(y.Identity);