Table of Contents

Class AccountEntityConfiguration

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

Entity configuration for AccountEntity with explicit indexes and constraints.

public class AccountEntityConfiguration : IEntityTypeConfiguration<AccountEntity>
Inheritance
AccountEntityConfiguration
Implements
Inherited Members

Methods

Configure(EntityTypeBuilder<AccountEntity>)

Configures the entity of type AccountEntity.

public void Configure(EntityTypeBuilder<AccountEntity> builder)

Parameters

builder EntityTypeBuilder<AccountEntity>

The builder to be used to configure the entity type.