6 references to GetFullName
System.Data.Entity (6)
System\Data\Common\EntityUtil.cs (1)
977return NotSupported(System.Data.Entity.Strings.Materializer_RecyclingEntity(System.Data.Common.TypeHelpers.GetFullName(key.EntityContainerName, key.EntitySetName), newEntityType.FullName, existingEntityType.FullName, key.ConcatKeyValue()));
System\Data\Mapping\Update\Internal\RelationshipConstraintValidator.cs (1)
207TypeHelpers.GetFullName(expectedRelationship.ToEntityKey.EntityContainerName, expectedRelationship.ToEntityKey.EntitySetName),
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (1)
884throw EntityUtil.UpdateMissingEntity(required.Value.Name, TypeHelpers.GetFullName(key.EntityContainerName, key.EntitySetName));
System\Data\Metadata\TypeHelpers.cs (2)
672return GetFullName(type.NamespaceName, type.Name); 678return GetFullName(entitySet.EntityContainer.Name, entitySet.Name);
System\Data\Objects\ObjectContext.cs (1)
1857throw EntityUtil.EntitySetNotFoundForName(TypeHelpers.GetFullName(container.Name, entitySetName));