entity framework 4 - Binding navigation properties to formview -


I am using forms and objectsstrons to edit / insert objectstrokes. I want to update a unit object update properties with its navigation properties in a single form view. Is this possible? Any thoughts on how to do this?

Yes, this is possible. One way is to override the FormView.ItemInserting / ItemUpdating methods and manually add new values ​​to any type and type (including navigation properties) by hand.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -