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