Table of Contents

Class CharacterPetEntityConfiguration

Namespace
FishMMO.Database.Npgsql.Entities
Assembly
FishMMO-DB.dll

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

builder EntityTypeBuilder<CharacterPetEntity>

The builder to be used to configure the entity type.