Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dynamics properties in business object
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
01177108
Message ID:
01177675
Vues:
9
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform