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