Hi,
i have a method that i am trying to create a data table and i am trying to create a new field by concatenating two fields. If both fields are the same type there is no problem but if the fields are of different types i dont know how to do it.
any ideas?
i want to create a new field as:
new EntityField(Entity1.Id + "~" + Entity2.Name, "IdAndName"...)
i think i have to use dbfunctioncall but i am not sure how to use it here.
or if there is an easier way i would like to know.
thanks