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