This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Is there a way to split a large table into many entities??? I need a main entity with properties referred to related entities (which contain columns from the same table) and I need these classes to support IDataErrorInfo, INotifyPropertyChanged, and IEditableObject. is this possible with LightSpeed? |
|
|
Are you wanting to create a derived model (e.g. a base class with a set of derived classes)? If so yes you can achieve this by using Inheritance to describe the relationship between the entities in the model. If you are splitting an existing entity into a derived model you can refactor the properties using the Designer to push them down to a derived child. Does that cover what you are looking for?
|
|