M
Microsoft News
I'm splitting a csv file into records and then into string fields. Then I
load the string fields into a new DataRow using ItemArray property. I set
the DefaultValue of the fields to the approprate type. This part is very
fast but then I have to load the columns based on the datatype and convert
the string to the correct column datatype and check for string.empty. This
is very slow. Is there a faster way to do this process?
load the string fields into a new DataRow using ItemArray property. I set
the DefaultValue of the fields to the approprate type. This part is very
fast but then I have to load the columns based on the datatype and convert
the string to the correct column datatype and check for string.empty. This
is very slow. Is there a faster way to do this process?