Base:
property
FullName
System.Data.Metadata.Edm.EdmType.FullName
31 references to FullName
System.Data.Entity (30)
System\Data\Common\EntitySql\SemanticResolver.cs (1)
690resolution = new MetadataFunctionGroup(functionImport.FullName, new EdmFunction[] { functionImport });
System\Data\Common\EntityUtil.cs (2)
481return CommandExecution(System.Data.Entity.Strings.ADP_InvalidDataReaderMissingDiscriminatorColumn(columnName, functionImport.FullName)); 1703function.FullName,
System\Data\EntityClient\EntityCommandDefinition.cs (2)
232throw new NotSupportedException(System.Data.Entity.Strings.ComplexTypeAsReturnTypeAndNestedComplexProperty(property.Name, complexType.Name, functionImport.FullName)); 251throw EntityUtil.InvalidOperation(System.Data.Entity.Strings.EntityClient_UnmappedFunctionImport(functionCommandTree.EdmFunction.FullName));
System\Data\Mapping\StorageMappingItemLoader.cs (7)
1543AddToSchemaErrorWithMessage(Strings.Mapping_FunctionImport_TargetFunctionMustBeNonComposable(functionImport.FullName, targetFunction.FullName), 1550AddToSchemaErrorWithMessage(Strings.Mapping_FunctionImport_TargetFunctionMustBeComposable(functionImport.FullName, targetFunction.FullName), 3896m_function.FullName, StringUtil.ToCommaSeparatedString(unmappedParameters), 4294m_function.FullName), 4389rowsAffectedParameterName, function.FullName),
System\Data\Mapping\ViewValidator.cs (1)
232var cTypeFunctions = sSpace.GetCTypeFunctions(function.FullName, false);
System\Data\Metadata\Edm\EdmFunction.cs (1)
339FullName,
System\Data\Metadata\Edm\ItemCollection.cs (4)
363if (functionOverloads[i].FullName == functionName) 496if (!tempFunctionLookUpTable.TryGetValue(function.FullName, out functionList)) 499tempFunctionLookUpTable[function.FullName] = functionList; 507functionLookUpTable.Add(functionList[0].FullName, new System.Collections.ObjectModel.ReadOnlyCollection<EdmFunction>(functionList.ToArray()));
System\Data\Metadata\EdmItemCollection.cs (4)
325function.FullName, 338Strings.DuplicatedFunctionoverloads(function.FullName, cTypeFunctionIdentity.Substring(function.FullName.Length)).Trim()/*parameters*/, 466function.FullName,
System\Data\Metadata\TypeHelpers.cs (1)
844"Canonical function '" + function.FullName + "' can not have a user defined body");
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
614throw EntityUtil.NotSupported(System.Data.Entity.Strings.CannotCallNoncomposableFunction(function.FullName));
System\Data\Query\PlanCompiler\ITreeGenerator.cs (2)
898throw EntityUtil.CommandCompilation(Strings.Cqt_UDF_FunctionDefinitionWithCircularReference(expandingEdmFunction.FullName), null); 1054throw EntityUtil.CommandCompilation(Strings.Cqt_UDF_FunctionDefinitionGenerationFailed(e.Function.FullName), exception);
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
1128throw EntityUtil.Metadata(System.Data.Entity.Strings.EntityClient_UnmappedFunctionImport(op.Function.FullName));
System\Data\SqlClient\SqlGen\SqlFunctionCallHandler.cs (2)
1763if (!_functionRequiresReturnTypeCastToInt32.Contains(e.Function.FullName)) 1811if (!functionsRequiringReturnTypeCast.Contains(e.Function.FullName))
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
835String functionFullName = function.FullName;
System.Data.Entity.Design (1)
System\Data\Entity\Design\Common\OneToOneMappingSerializer.cs (1)
314writer.WriteAttributeString(StorageMslConstructs.FunctionImportMappingFunctionNameAttribute, storeFunction.FullName);