Table of Contents

Class PartyUpdateEntityConfiguration

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

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

builder EntityTypeBuilder<PartyUpdateEntity>

The builder to be used to configure the entity type.