1 write to navigationProperty
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceColumn.cs (1)
341this.navigationProperty = navigationProperty;
3 references to navigationProperty
System.Web.Entity (3)
System\Data\WebControls\EntityDataSourceColumn.cs (3)
365get { return navigationProperty.ToEndMember.RelationshipMultiplicity == RelationshipMultiplicity.ZeroOrOne; } 370get { return this.navigationProperty; } 381string result = EntityDataSourceUtil.EntitySqlElementAlias + "." + EntityDataSourceUtil.QuoteEntitySqlIdentifier(this.navigationProperty.Name);