EntitySetConfiguration<TEntityType>.HasRequiredBinding Method
Configures a required 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 | |
---|---|---|
HasRequiredBinding<TTargetType, TDerivedEntityType>(Expression<Func<TDerivedEntityType, TTargetType>>, String) | Configures a required relationship from this entity type and binds the corresponding navigation property to the given entity set. | |
HasRequiredBinding<TTargetType, TDerivedEntityType>(Expression<Func<TDerivedEntityType, TTargetType>>, EntitySetConfiguration<TTargetType>) | Configures a required relationship from this entity type and binds the corresponding navigation property to the given entity set. | |
HasRequiredBinding<TTargetType>(Expression<Func<TEntityType, TTargetType>>, String) | Configures a required relationship from this entity type and binds the corresponding navigation property to the given entity set. | |
HasRequiredBinding<TTargetType>(Expression<Func<TEntityType, TTargetType>>, EntitySetConfiguration<TTargetType>) | Configures a required relationship from this entity type and binds the corresponding navigation property to the given entity set. |
Top