2 references to ToSeparatedString
System.Data.Entity (2)
System\Data\Common\Utils\StringUtil.cs (1)
53
return
ToSeparatedString
(list, s_defaultDelimiter, string.Empty);
System\Data\Mapping\ViewGeneration\Structures\LeftCellWrapper.cs (1)
107
return StringUtil.
ToSeparatedString
(m_mergedCells.Select(cell => cell.CellNumberAsString), "+", "");