14 references to ToCommaSeparatedString
System.Data.Entity (14)
System\Data\Common\Utils\Boolean\Vertex.cs (1)
137
return String.Format(CultureInfo.InvariantCulture, "<{0}, {1}>", Variable, StringUtil.
ToCommaSeparatedString
(Children));
System\Data\Mapping\FunctionImportMapping.cs (4)
234
string lines = StringUtil.
ToCommaSeparatedString
(unreachableEntityType.Value.Select(li => li.LineNumber));
248
string lines = StringUtil.
ToCommaSeparatedString
(unreachableIsTypeOf.Value.Select(li => li.LineNumber));
555
StringUtil.
ToCommaSeparatedString
(this.ColumnConditions), StringUtil.
ToCommaSeparatedString
(this.ImpliedEntityTypes));
System\Data\Mapping\StorageMappingItemLoader.cs (6)
597
StringUtil.
ToCommaSeparatedString
(violationNames), StorageMappingErrorCode.AmbiguousModificationFunctionMappingForAssociationSet,
667
StringUtil.
ToCommaSeparatedString
(setMappingPerTable.ListForKey(table)
775
StringUtil.
ToCommaSeparatedString
(setsRequiringQueryViews),
918
StringUtil.
ToCommaSeparatedString
(unmappedTypes),
3866
property.Name, StringUtil.
ToCommaSeparatedString
(columnNames),
3896
m_function.FullName, StringUtil.
ToCommaSeparatedString
(unmappedParameters),
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (1)
485
string attributesString = StringUtil.
ToCommaSeparatedString
(GetTypeBasedMemberPathList(attributes));
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (1)
494
StringUtil.
ToCommaSeparatedString
(edmTypesForErrorString), fragment1.LeftExtent
System\Data\Query\InternalTrees\ColumnMap.cs (1)
512
sb.AppendFormat(CultureInfo.InvariantCulture, "P{{TypeId=<{0}>, ", StringUtil.
ToCommaSeparatedString
(this.TypeDiscriminators));