Table of Contents

Class LoginServerEntityConfiguration

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

Entity configuration for LoginServerEntity with explicit indexes and constraints.

public class LoginServerEntityConfiguration : IEntityTypeConfiguration<LoginServerEntity>
Inheritance
LoginServerEntityConfiguration
Implements
Inherited Members

Methods

Configure(EntityTypeBuilder<LoginServerEntity>)

Configures the entity of type LoginServerEntity.

public void Configure(EntityTypeBuilder<LoginServerEntity> builder)

Parameters

builder EntityTypeBuilder<LoginServerEntity>

The builder to be used to configure the entity type.