5 overrides of FQName
System.Data.Entity (5)
System\Data\EntityModel\SchemaObjectModel\EntityContainerEntitySet.cs (1)
38
public override string
FQName
System\Data\EntityModel\SchemaObjectModel\EntityContainerRelationshipSet.cs (1)
37
public override string
FQName
System\Data\EntityModel\SchemaObjectModel\ReferenceSchema.cs (1)
73
public override string
FQName
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
603
public override string
FQName
System\Data\EntityModel\SchemaObjectModel\SchemaType.cs (1)
51
public override string
FQName
16 references to FQName
System.Data.Entity (16)
System\Data\EntityModel\SchemaObjectModel\EntityKeyElement.cs (4)
88
AddError(ErrorCode.InvalidKey, EdmSchemaErrorSeverity.Error, System.Data.Entity.Strings.InvalidKeyNoProperty(this.ParentElement.
FQName
, property.Name));
109
System.Data.Entity.Strings.DuplicatePropertyNameSpecifiedInEntityKey(this.ParentElement.
FQName
, property.Name));
144
Strings.EntityKeyTypeCurrentlyNotSupported(property.Name, this.ParentElement.
FQName
, primitivePropertyType.PrimitiveTypeKind));
157
Strings.EntityKeyTypeCurrentlyNotSupportedInSSDL(property.Name, this.ParentElement.
FQName
,
System\Data\EntityModel\SchemaObjectModel\OnOperation.cs (1)
114
AddError( ErrorCode.InvalidAction, EdmSchemaErrorSeverity.Error, reader, System.Data.Entity.Strings.InvalidAction(reader.Value, ParentElement.
FQName
) );
System\Data\EntityModel\SchemaObjectModel\Parameter.cs (3)
200
Debug.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));
262
this.ParentElement.ParentElement.
FQName
,
389
typeName = _typeSubElement.
FQName
;
System\Data\EntityModel\SchemaObjectModel\ReturnType.cs (3)
171
Debug.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));
320
typeName = _typeSubElement.
FQName
;
354
System.Data.Entity.Strings.FunctionWithNonPrimitiveTypeNotSupported(_typeSubElement.
FQName
, this.ParentElement.FQName));
System\Data\EntityModel\SchemaObjectModel\RowTypeElement.cs (1)
99
var edmProperty = new EdmProperty(property.
FQName
, property.GetTypeUsage());
System\Data\EntityModel\SchemaObjectModel\RowTypePropertyElement.cs (1)
79
Debug.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)
716
AddError(ErrorCode.AlreadyDefined, EdmSchemaErrorSeverity.Error, lineNumber, linePosition, Strings.DuplicateAnnotation(property.Identity, this.
FQName
));
System\Data\EntityModel\SchemaObjectModel\SchemaElementLookUpTable.cs (1)
163
duplicateKeyErrorFormat(type.
FQName
));
System\Data\EntityModel\SchemaObjectModel\StructuredProperty.cs (1)
226
System.Data.Entity.Strings.ComplexObject_NullableComplexTypesNotSupported(this.
FQName
));