Map class instance to other table than "pr_other"
Hello,
I have created an abstract class. Then i changed it to Concrete class.
I checked the the box "Automatically generate a unique ID for records of this type" to have a primary key.
The warning "Instances of this class save to the pr_other table, which has few properties exposed as columns. Consider mapping this class to a different table ." appeared.
So my question is :
how map my class instance data to an other table than "pr_other" in order this class would have this own DB table ?
Hello,
I have created an abstract class. Then i changed it to Concrete class.
I checked the the box "Automatically generate a unique ID for records of this type" to have a primary key.
The warning "Instances of this class save to the pr_other table, which has few properties exposed as columns. Consider mapping this class to a different table ." appeared.
So my question is :
how map my class instance data to an other table than "pr_other" in order this class would have this own DB table ?