Qou Gi
-1
Q:

migrationbuilder insert data example

        migrationBuilder.InsertData(
            table: "TypeNote",
            columns: new[] { "Name" },
            values: new object[,]
            {
                { "Test" },
                { "Test1" }
        });
0

New to Communities?

Join the community