5 overrides of FQName
System.Data.Entity (5)
System\Data\EntityModel\SchemaObjectModel\EntityContainerEntitySet.cs (1)
38public override string FQName
System\Data\EntityModel\SchemaObjectModel\EntityContainerRelationshipSet.cs (1)
37public override string FQName
System\Data\EntityModel\SchemaObjectModel\ReferenceSchema.cs (1)
73public override string FQName
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
603public override string FQName
System\Data\EntityModel\SchemaObjectModel\SchemaType.cs (1)
51public override string FQName
16 references to FQName
System.Data.Entity (16)
System\Data\EntityModel\SchemaObjectModel\EntityKeyElement.cs (4)
88AddError(ErrorCode.InvalidKey, EdmSchemaErrorSeverity.Error, System.Data.Entity.Strings.InvalidKeyNoProperty(this.ParentElement.FQName, property.Name)); 109System.Data.Entity.Strings.DuplicatePropertyNameSpecifiedInEntityKey(this.ParentElement.FQName, property.Name)); 144Strings.EntityKeyTypeCurrentlyNotSupported(property.Name, this.ParentElement.FQName, primitivePropertyType.PrimitiveTypeKind)); 157Strings.EntityKeyTypeCurrentlyNotSupportedInSSDL(property.Name, this.ParentElement.FQName,
System\Data\EntityModel\SchemaObjectModel\OnOperation.cs (1)
114AddError( ErrorCode.InvalidAction, EdmSchemaErrorSeverity.Error, reader, System.Data.Entity.Strings.InvalidAction(reader.Value, ParentElement.FQName ) );
System\Data\EntityModel\SchemaObjectModel\Parameter.cs (3)
200Debug.Assert(typeModifier == TypeModifier.None, string.Format(CultureInfo.CurrentCulture, "Type is not valid for property {0}: {1}. The modifier for the type cannot be used in this context.", FQName, reader.Value)); 262this.ParentElement.ParentElement.FQName, 389typeName = _typeSubElement.FQName;
System\Data\EntityModel\SchemaObjectModel\ReturnType.cs (3)
171Debug.Assert(typeModifier == TypeModifier.None, string.Format(CultureInfo.CurrentCulture, "Type is not valid for property {0}: {1}. The modifier for the type cannot be used in this context.", FQName, reader.Value)); 320typeName = _typeSubElement.FQName; 354System.Data.Entity.Strings.FunctionWithNonPrimitiveTypeNotSupported(_typeSubElement.FQName, this.ParentElement.FQName));
System\Data\EntityModel\SchemaObjectModel\RowTypeElement.cs (1)
99var edmProperty = new EdmProperty(property.FQName, property.GetTypeUsage());
System\Data\EntityModel\SchemaObjectModel\RowTypePropertyElement.cs (1)
79Debug.Assert(typeModifier == TypeModifier.None, string.Format(CultureInfo.CurrentCulture, "Type is not valid for property {0}: {1}. The modifier for the type cannot be used in this context.", FQName, reader.Value));
System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (1)
716AddError(ErrorCode.AlreadyDefined, EdmSchemaErrorSeverity.Error, lineNumber, linePosition, Strings.DuplicateAnnotation(property.Identity, this.FQName));
System\Data\EntityModel\SchemaObjectModel\SchemaElementLookUpTable.cs (1)
163duplicateKeyErrorFormat(type.FQName));
System\Data\EntityModel\SchemaObjectModel\StructuredProperty.cs (1)
226System.Data.Entity.Strings.ComplexObject_NullableComplexTypesNotSupported(this.FQName));