System\Data\Mapping\StorageMappingItemLoader.cs (20)
517entitySetMapping.Set.Name,
518expectedEnd.ParentAssociationSet.Name,
536actualEnd.ParentAssociationSet.Name,
589violationNames.Add(mappingCount.Key.Name);
668.Where(s => !s.HasModificationFunctionMapping).Select(s=>s.Set.Name)),
885AddToSchemaErrorsWithMemberInfo(Strings.Mapping_InvalidContent_Emtpty_SetMap, entitySet.Name,
1042e => Strings.Mapping_InvalidContent_Entity_Type_For_Entity_Set(e.FullName, rootEntityType.FullName, entitySetMapping.Set.Name),
1229currentEnd.Name, existingEnd.Name, associationSet.Name),
1270setMapping.Set.Name, StorageMappingErrorCode.TypeNameForFirstQueryView,
1278setMapping.Set.Name, StorageMappingErrorCode.EmptyQueryView,
1292setMapping.Set.Name, StorageMappingErrorCode.NoTypeNameForTypeSpecificQueryView,
1302e => Strings.Mapping_InvalidContent_Entity_Type_For_Entity_Set(e.FullName, rootEntityType.FullName, setMapping.Set.Name),
1344entityType.Name, setMapping.Set.Name, StorageMappingErrorCode.EmptyQueryView,
1351setMapping.Set.Name, entityType.Name, StorageMappingErrorCode.EmptyQueryView,
1460AddToSchemaErrorsWithMemberInfo(Strings.Mapping_InvalidContent_Emtpty_SetMap, associationSet.Name,
1869entitySet.Name,
2564associationSetMapping.Set.ElementType.FullName, associationSetMapping.Set.Name),
2644AddToSchemaErrorsWithMemberInfo(Strings.Mapping_QueryView_PropertyMaps, typeMapping.SetMapping.Set.Name,
2772AddToSchemaErrorsWithMemberInfo(Strings.Mapping_QueryView_PropertyMaps, setMapping.Set.Name,
2793AddToSchemaErrorsWithMemberInfo(Strings.Mapping_QueryView_PropertyMaps, setMapping.Set.Name,
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (17)
165ToUserString(), ChildTable.Name);
175ToUserString(), ParentTable.Name);
466cell.CQuery.Extent.Name, parentEnd.Name);
477cell.CQuery.Extent.Name, parentEnd.Name);
485Trace.WriteLine("Foreign key mapped to relationship " + cell.CQuery.Extent.Name);
516ToUserString(), ChildTable.Name,
517cell.CQuery.Extent.Name, parentEnd.Name, ParentTable.Name, endSet.Name);
775ChildTable.Name,
777childCell.CQuery.Extent.Name,
779ParentTable.Name,
781errorParentCell.CQuery.Extent.Name);
877string result = System.Data.Entity.Strings.ViewGen_Foreign_Key(m_fKeySet.Name,
878m_childTable.Name, childColsString, m_parentTable.Name, parentColsString);
884builder.Append(m_fKeySet.Name + ": ");
System\Data\Mapping\ViewValidator.cs (9)
120_setMapping.Set.Name, elementString, expressionKind), (int)StorageMappingErrorCode.MappingUnsupportedExpressionKindQueryView,
133_setMapping.Set.Name, expression.Property.Name, expression.Property.BuiltInTypeKind), (int)StorageMappingErrorCode.MappingUnsupportedPropertyKindQueryView,
152_setMapping.Set.Name, type.FullName), (int)StorageMappingErrorCode.MappingUnsupportedInitializationQueryView,
215_setMapping.Set.Name, expression.Function.Identity), (int)StorageMappingErrorCode.UnsupportedFunctionCallInQueryView,
250_setMapping.Set.Name, target.Name), (int)StorageMappingErrorCode.MappingUnsupportedScanTargetQueryView,
325setInfo.EntitySet.Name, declaredSet.Name, setEnd.Name, _setMapping.Set.Name), (int)StorageMappingErrorCode.MappingUnsupportedInitializationQueryView,
System\Data\Objects\ObjectContext.cs (7)
1725throw EntityUtil.EntityNotInObjectSet_Delete(actualEntitySet.EntityContainer.Name, actualEntitySet.Name, expectedEntitySet.EntityContainer.Name, expectedEntitySet.Name);
1775throw EntityUtil.EntityNotInObjectSet_Detach(actualEntitySet.EntityContainer.Name, actualEntitySet.Name, expectedEntitySet.EntityContainer.Name, expectedEntitySet.Name);
1908throw EntityUtil.InvalidEntitySetOnEntity(entitySet.Name, entityType, "entity");
2510esql.AppendFormat("SELECT VALUE X FROM {0}.{1} AS X WHERE ", EntityUtil.QuoteIdentifier(entitySet.EntityContainer.Name), EntityUtil.QuoteIdentifier(entitySet.Name));
3177entitySet.Name, typeof(TElement)));