Base:
method
ToString
System.Object.ToString()
10 references to ToString
System.Data.Entity (9)
System\Data\Mapping\StorageMappingItemLoader.cs (2)
1326
AddToSchemaErrorsWithMemberInfo(Strings.Mapping_QueryViewMultipleTypeInTypeName, setMapping.Set.
ToString
(),
1334
AddToSchemaErrorWithMemberAndStructure(Strings.Mapping_QueryView_For_Base_Type, entityType.ToString(), setMapping.Set.
ToString
(),
System\Data\Mapping\StorageModificationFunctionMapping.cs (1)
325
null == AssociationSetEnd ? String.Empty : "[" + AssociationSetEnd.ParentAssociationSet.
ToString
() + "]",
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (1)
651
StringBuilder builder = new StringBuilder(Strings.Viewgen_RightSideNotDisjoint(m_viewgenContext.Extent.
ToString
()));
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
723
ErrorLog.Record record = new ErrorLog.Record(true, ViewGenErrorCode.ImpopssibleCondition, Strings.Viewgen_QV_RewritingNotFound(fragment.RightExtent.
ToString
()), fragment.Cells, String.Empty);
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (1)
363
_errorLog.AddEntry(new ErrorLog.Record(true, ViewGenErrorCode.NullableMappingForNonNullableColumn, Strings.Viewgen_NullableMappingForNonNullableColumn(wrapper.LeftExtent.
ToString
(), column.ToFullString()), wrapper.Cells, ""));
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (3)
324
Strings.Viewgen_ErrorPattern_TableMappedToMultipleES(leftCellWrapper.LeftExtent.
ToString
(), leftCellWrapper.RightCellQuery.Extent.
ToString
(), rightExtent.
ToString
()),
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
698
return entitySet.
ToString
();