Tenant Id not coming when importing #709
-
Model like this but TenantId property does not come when importing. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found the answer myself :) |
Beta Was this translation helpful? Give feedback.
I found the answer myself :)
public class TableConfig : IEntityTypeConfiguration<Table> { public void Configure(EntityTypeBuilder<Table> builder) { builder.IsMultiTenant(); } }