public partial class _2 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.UpdateData(table: "Table", keyColumn: "Id ...
I've read most of the docs and played with the example project, one thing that is still unclear to me is the updateData part. Do you have to reconstruct the entire node/connection graph with updated ...