ColumnAttributeConvention.Apply Method (ConventionPrimitivePropertyConfiguration, ColumnAttribute)
Applies the convention to the specified configuration.
Assembly: EntityFramework (in EntityFramework.dll)
public override void Apply( ConventionPrimitivePropertyConfiguration configuration, ColumnAttribute attribute )
Parameters
- configuration
-
Type:
System.Data.Entity.ModelConfiguration.Configuration.ConventionPrimitivePropertyConfiguration
The configuration.
- attribute
-
Type:
System.ComponentModel.DataAnnotations.Schema.ColumnAttribute
The column attribute.