I create two TablePartials like as the image. But there are two issues. I did not figure out how I solve them.
TablePartial PrimaryKeyColumn {
Id int [pk, increment]
}
TablePartial TestPartial {
~PrimaryKeyColumn
Title nvarchar(100)
}


I create two TablePartials like as the image. But there are two issues. I did not figure out how I solve them.
TablePartial PrimaryKeyColumn {
Id int [pk, increment]
}
TablePartial TestPartial {
~PrimaryKeyColumn
Title nvarchar(100)
}


Hi @hakanaltindis,
We don’t support using a TablePartial inside another TablePartial, as we intended to keep it simple.
I converted this question to a feature request so everyone can vote for it.
Regards.