Class ChatEntityConfiguration
Entity configuration for ChatEntity with explicit indexes and constraints.
public class ChatEntityConfiguration : IEntityTypeConfiguration<ChatEntity>
- Inheritance
-
ChatEntityConfiguration
- Implements
- Inherited Members
Methods
Configure(EntityTypeBuilder<ChatEntity>)
Configures the entity of type ChatEntity.
public void Configure(EntityTypeBuilder<ChatEntity> builder)
Parameters
builderEntityTypeBuilder<ChatEntity>The builder to be used to configure the entity type.