ManyNavigationPropertyConfiguration<TEntityType, TTargetEntityType> Class
Configures a many relationship from an entity type.
Assembly: EntityFramework (in EntityFramework.dll)
System.Data.Entity.ModelConfiguration.Configuration.ManyNavigationPropertyConfiguration<TEntityType, TTargetEntityType>
Name | Description | |
---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Overrides Object.Equals(Object).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Serves as a hash function for a particular type.(Overrides Object.GetHashCode().) |
![]() | GetType() | Gets the Type of the current instance. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns a string that represents the current object.(Overrides Object.ToString().) |
![]() | WithMany() | Configures the relationship to be many:many without a navigation property on the other side of the relationship. |
![]() | WithMany(Expression<Func<TTargetEntityType, ICollection<TEntityType>>>) | Configures the relationship to be many:many with a navigation property on the other side of the relationship. |
![]() | WithOptional() | Configures the relationship to be many:optional without a navigation property on the other side of the relationship. |
![]() | WithOptional(Expression<Func<TTargetEntityType, TEntityType>>) | Configures the relationship to be many:optional with a navigation property on the other side of the relationship. |
![]() | WithRequired() | Configures the relationship to be many:required without a navigation property on the other side of the relationship. |
![]() | WithRequired(Expression<Func<TTargetEntityType, TEntityType>>) | Configures the relationship to be many:required with a navigation property on the other side of the relationship. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.