Share via


EntitySetConfiguration<TEntityType>.HasManyBinding Method

Configures a many relationship from this entity type and binds the corresponding navigation property to the given entity set.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method HasManyBinding<TTargetType, TDerivedEntityType>(Expression<Func<TDerivedEntityType, IEnumerable<TTargetType>>>, String) Configures a many relationship from this entity type and binds the corresponding navigation property to the given entity set.
Public method HasManyBinding<TTargetType, TDerivedEntityType>(Expression<Func<TDerivedEntityType, IEnumerable<TTargetType>>>, EntitySetConfiguration<TTargetType>) Configures a many relationship from this entity type and binds the corresponding navigation property to the given entity set.
Public method HasManyBinding<TTargetType>(Expression<Func<TEntityType, IEnumerable<TTargetType>>>, String) Configures a many relationship from this entity type and binds the corresponding navigation property to the given entity set.
Public method HasManyBinding<TTargetType>(Expression<Func<TEntityType, IEnumerable<TTargetType>>>, EntitySetConfiguration<TTargetType>) Configures a many relationship from this entity type and binds the corresponding navigation property to the given entity set.

Top

See Also

Reference

EntitySetConfiguration<TEntityType> Class

System.Web.Http.OData.Builder Namespace