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
|
Are dynamic entities (as in NHibernate ) possible with LightSpeed? Is programmatic configuration possible?
Thanks
|
|
|
I'm not familiar with NHibernate dynamic entities -- could you say a bit more about what you're trying to achieve? (If you're talking about dynamic mapping of entities to the database, it's technically possible but extremely inconvenient.) Programmatic configuration is possible via the LightSpeedContext object. This describes general database information like connection strings, whether table names are pluralised, how to generate IDs, etc. Is that the sort of configuration you were thinking of or were you looking for something a bit deeper? |
|