Hi,
I want to define an attribute that will be set at run-time only and never ever be stored in the DB. Moreover I don't even want to create a table column for that one. Is there a way to implement this with the ED? I don't want to add this to the created code as it will be overridden with the next export.
Thx a lot and sorry if this is already answered somewhere
BR,
Ekki
Non-DB Property
Re: Non-DB Property
Please create a partial class with your additional property in a separate *.cs file.
Be aware that you can generate partial classes for each class in the model automatically: for this, set the File Per Class and Generate Partial Class properties of your template to True.
Be aware that you can generate partial classes for each class in the model automatically: for this, set the File Per Class and Generate Partial Class properties of your template to True.
Re: Non-DB Property
really would like to do so but just face the issue that my ED doesn't want to load the model (an lqml file) any more… Just offering edml/mx… No idea what's going on...
Re: Non-DB Property
Ekki wrote:really would like to do so but just face the issue that my ED doesn't want to load the model (an lqml file) any more… Just offering edml/mx… No idea what's going on...
We have contacted you by e-mail.