TableAttributeConvention.Apply Method (ConventionTypeConfiguration, TableAttribute)
Applies this convention to a property.
Assembly: EntityFramework (in EntityFramework.dll)
public override void Apply( ConventionTypeConfiguration configuration, TableAttribute attribute )
Parameters
- configuration
-
Type:
System.Data.Entity.ModelConfiguration.Configuration.ConventionTypeConfiguration
The configuration for the property that has the attribute.
- attribute
-
Type:
System.ComponentModel.DataAnnotations.Schema.TableAttribute
The attribute.