TypeConventionWithHavingConfiguration<T, TValue>.Configure Method (Action<ConventionTypeConfiguration<T>, TValue>)
Allows configuration of the entity types that this convention applies to.
Assembly: EntityFramework (in EntityFramework.dll)
[SuppressMessageAttribute("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")] public void Configure( Action<ConventionTypeConfiguration<T>, TValue> entityConfigurationAction )
Parameters
- entityConfigurationAction
-
Type:
System.Action<ConventionTypeConfiguration<T>, TValue>
An action that performs configuration against a ConventionTypeConfiguration<T> using a captured value.