Table of Contents

Class WorldServerEntityConfiguration

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

Entity configuration for WorldServerEntity with explicit indexes and constraints.

public class WorldServerEntityConfiguration : IEntityTypeConfiguration<WorldServerEntity>
Inheritance
WorldServerEntityConfiguration
Implements
Inherited Members

Methods

Configure(EntityTypeBuilder<WorldServerEntity>)

Configures the entity of type WorldServerEntity.

public void Configure(EntityTypeBuilder<WorldServerEntity> builder)

Parameters

builder EntityTypeBuilder<WorldServerEntity>

The builder to be used to configure the entity type.