i want to create script for the table with data,i know, how to generate script of table using c#,but i can't get any coding of script of table with data
StringCollection tableScripts = myTable.Script(scriptOptionsForDependendencies);
foreach (string script in tableScripts)
Console.WriteLine(script);
this ways using