I am using Objects for foreign keys but when I define AFColumn above a property that sets/gets an object. Which encapslates a foreign key, AToMsFramework complains that it does not exists. For e.g. take a Table that has two columns that represents a foreign key. Which in turn would be one object, right. What do I define the AFColumn attribute to be as the property in theory represents two columns. I am really having trouble figuring out the AFColumn attributes amongst others.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am using Objects for foreign keys but when I define AFColumn above a property that sets/gets an object. Which encapslates a foreign key, AToMsFramework complains that it does not exists. For e.g. take a Table that has two columns that represents a foreign key. Which in turn would be one object, right. What do I define the AFColumn attribute to be as the property in theory represents two columns. I am really having trouble figuring out the AFColumn attributes amongst others.