1 instantiation of NavigationProperty
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\ItemType.cs (1)
228
NavigationProperty navigationProperty = new
NavigationProperty
(this);
6 references to NavigationProperty
System.Data.Entity (6)
System\Data\EntityModel\SchemaObjectModel\ItemType.cs (4)
25
private ISchemaElementLookUpTable<
NavigationProperty
> _navigationProperties = null;
156
public ISchemaElementLookUpTable<
NavigationProperty
> NavigationProperties
162
_navigationProperties = new FilteredSchemaElementLookUpTable<
NavigationProperty
, SchemaElement>(NamedMembers);
228
NavigationProperty
navigationProperty = new NavigationProperty(this);
System\Data\Metadata\Converter.cs (2)
380
foreach (Som.
NavigationProperty
somNavigationProperty in element.NavigationProperties)
783
Som.
NavigationProperty
somNavigationProperty,