Class PartyUpdateEntityConfiguration
Entity configuration for PartyUpdateEntity with explicit indexes and constraints.
public class PartyUpdateEntityConfiguration : IEntityTypeConfiguration<PartyUpdateEntity>
- Inheritance
-
PartyUpdateEntityConfiguration
- Implements
- Inherited Members
Methods
Configure(EntityTypeBuilder<PartyUpdateEntity>)
Configures the entity of type PartyUpdateEntity.
public void Configure(EntityTypeBuilder<PartyUpdateEntity> builder)
Parameters
builderEntityTypeBuilder<PartyUpdateEntity>The builder to be used to configure the entity type.