Base:
property
FQName
System.Data.EntityModel.SchemaObjectModel.SchemaElement.FQName
3 references to FQName
System.Data.Entity (3)
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSet.cs (1)
122string.Format(CultureInfo.InvariantCulture, "The relationship referenced by the Association attribute of {0} is not an Association relationship.", FQName));
System\Data\EntityModel\SchemaObjectModel\EntityContainerRelationshipSet.cs (2)
207System.Data.Entity.Strings.MissingEntityContainerEnd(relationshipEnd.Name, FQName ) ); 213System.Data.Entity.Strings.AmbiguousEntityContainerEnd(relationshipEnd.Name, FQName ) );