Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamics properties in business object
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01177108
Message ID:
01177675
Views:
8
>We don't currently support dynamic properties...do you know the mechanics of how these are implemented in IdeaBlade?

Ideablade application can ask the Ideablade PersistenceManager to tell at run-time what data columns it founds in the live data source.

Suppose the Ideblade appl connects to a database containing an Employee table. The application discovers an integer column called “MySpecialNumber”.

The Employee class doesn’t have a MySpecialNumber property.

The application can read and set Employee instance’s MySpecialNumber value using the indexing method. The PersistenceManager will update this data column in the data source when it saves the employee entity.
Andrus
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform