J
Jim Heavey
Hello, I think you can create a column in a datatable which is computed
based upon other columns in the datatable, but I am not sure how to do
this.
Say you have a table with "FirstName" and "LastName" and you want to create
a column in the data table which equates to "LastName" + ", " +
"FirstName". How would you do this?
If you add the column to the table, how will this effect the setting of
MissingMappingAction and MissingSchemaAction properties on the dataAdapter?
Thanks in advance for your assistance!!!!!!
based upon other columns in the datatable, but I am not sure how to do
this.
Say you have a table with "FirstName" and "LastName" and you want to create
a column in the data table which equates to "LastName" + ", " +
"FirstName". How would you do this?
If you add the column to the table, how will this effect the setting of
MissingMappingAction and MissingSchemaAction properties on the dataAdapter?
Thanks in advance for your assistance!!!!!!