im sorry, creating the inheritance made it automatically.
creating a student entity or a student entity collection gets all properties from its supertype also.
just a quick question: users table (supertype) has 10 fields, students table (subtype) has 15 fields. all i need is the studentid from the students table and the fullname from the users table. i dont need the rest of the fields. how can i create a collection that will only give me the two fields only?
thank you
-shane
nevermind, i found it
ExcludeIncludeFieldsList.