PropertyConventionConfiguration.Configure Method (Action<ConventionPrimitivePropertyConfiguration>)
Allows configuration of the properties that this convention applies to.
Assembly: EntityFramework (in EntityFramework.dll)
public void Configure( Action<ConventionPrimitivePropertyConfiguration> propertyConfigurationAction )
Parameters
- propertyConfigurationAction
-
Type:
System.Action<ConventionPrimitivePropertyConfiguration>
An action that performs configuration against a ConventionPrimitivePropertyConfiguration .