TypeConventionConfiguration<T>.Configure Method (Action<ConventionTypeConfiguration<T>>)
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>> entityConfigurationAction )
Parameters
- entityConfigurationAction
-
Type:
System.Action<ConventionTypeConfiguration<T>>
An action that performs configuration against a ConventionTypeConfiguration<T> .