Questions about base classes #4801
|
We have Kind regards |
Replies: 2 comments
|
Isn't this also answered with this question? #4800 |
Create editable collections; the changes to the list items are saved only when the list itself is saved. The list items are child objects. Use for everything except lists that will be bound in WinForms.
Create editable collections; each list item saves itself when the row loses focus. The list items are root objects.
Any list type with Binding in the name is only there to support WinForms databinding. If you're not using WinForms you can ignore it. |
Create editable collections; the changes to the list items are saved only when the list itself is saved. The list items are child objects. Use for everything except lists that will be bound in WinForms.
Create editable collections; each list item saves itself when the row loses focus. The list items are root objects.
Any list type with Binding in the name is only there to support WinForms databinding. If you're not using WinForms you can ignore it.