Dynamically fill attributes

0
Hi, I have two entities – Entity A with a set of unique names as data values and Entity B which is an empty entity without any attributes. Is there a way to get the names from Entity A’s table and convert it as Entity B’s attributes?   Thanks in advance
asked
1 answers
0

Have a look at MxModelReflection and check how it is done there.

answered