3 references to ToUserString
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (1)
267
string memberLossMessage = Strings.ViewGen_CQ_DomainConstraint(slot.
ToUserString
());
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (2)
258
tmpBuilder.Append(cSlot.
ToUserString
());
260
builder.AppendLine(Strings.ViewGen_Duplicate_CProperties_IsMapped(slot.
ToUserString
(), tmpBuilder.ToString()));