2 references to Properties
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (2)
264
foreach (StorageEndPropertyMapping endMap in mapFragment.
Properties
)
270
IEnumerable<StorageEndPropertyMapping> otherEnds = mapFragment.
Properties
.OfType<StorageEndPropertyMapping>().Where(eMap => (!eMap.Equals(endMap)));