So I need to create a DataRow that follows a Structure.
I don’t want a DataTable, since I only need one row.
Also DataTable force me to use a row name, and I don’t want to have a row name.
How do I do that?
So I need to create a DataRow that follows a Structure.
I don’t want a DataTable, since I only need one row.
Also DataTable force me to use a row name, and I don’t want to have a row name.
How do I do that?