InversePropertyAttributeConvention.Apply Method (PropertyInfo, ConventionTypeConfiguration, InversePropertyAttribute)
Applies the convention to the specified attribute with configuration.
Assembly: EntityFramework (in EntityFramework.dll)
public override void Apply( PropertyInfo memberInfo, ConventionTypeConfiguration configuration, InversePropertyAttribute attribute )
Parameters
- memberInfo
-
Type:
System.Reflection.PropertyInfo
The member information.
- configuration
-
Type:
System.Data.Entity.ModelConfiguration.Configuration.ConventionTypeConfiguration
The configuration.
- attribute
-
Type:
System.ComponentModel.DataAnnotations.Schema.InversePropertyAttribute
The attribute.