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