10 references to PropertiesToUserString
System.Data.Entity (10)
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (1)
530string columnsString = MemberPath.PropertiesToUserString(collidingColumns, false);
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (2)
505string keyPropertiesString = MemberPath.PropertiesToUserString(key.KeyFields, true); 511string keyPropertiesString = MemberPath.PropertiesToUserString(key.KeyFields, false);
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (6)
774MemberPath.PropertiesToUserString(ChildColumns, false), 776MemberPath.PropertiesToUserString(childPaths, false), 778MemberPath.PropertiesToUserString(ParentColumns, false), 780MemberPath.PropertiesToUserString(parentPaths, false), 875string childColsString = MemberPath.PropertiesToUserString(m_childColumns, false); 876string parentColsString = MemberPath.PropertiesToUserString(m_parentColumns, false);
System\Data\Mapping\ViewGeneration\ViewgenContext.cs (1)
277builder.AppendLine(Strings.ViewGen_Concurrency_Invalid_Condition(MemberPath.PropertiesToUserString(conditionMembers, false), m_extent.Name));