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