3 references to Properties
System.Data.Entity (3)
System\Data\Mapping\StorageEndPropertyMapping.cs (1)
139
foreach (StoragePropertyMapping propertyMapping in
Properties
) {
System\Data\Mapping\ViewGeneration\CellCreator.cs (1)
434
ExtractProperties(associationEndPropertypMap.
Properties
, associationEndNode, cSlots,
System\Data\Mapping\ViewGeneration\Structures\LeafCellTreeNode.cs (1)
229
IEnumerable<StorageScalarPropertyMapping> propertyMaps = foreignKeyEndMap.
Properties
.Cast<StorageScalarPropertyMapping>();