I need to concatenate the multiple columns in linq something like this:
DataTable.Select(“Convert([First Name],‘System.String’) & “Convert([LastName],‘System.String’)='”+FullName.ToString()+”'").CopyToDataTable().Rows.Count
Any help how to do this in Assign activity ?