Create new entity
Posted: Fri 09 Aug 2013 13:34
The entity developer is creating automatically for each table a method
CreateTablename(List of initial parameter)
The parameter includes all columns, which are not null-able inside the database.
I would like, that the entity developer is creating this method with
Primary Key-Columns only, because the other columns will be set later, but not when creating the new entity.
Is there a possibility to configure it?
Kind regards
Peter
CreateTablename(List of initial parameter)
The parameter includes all columns, which are not null-able inside the database.
I would like, that the entity developer is creating this method with
Primary Key-Columns only, because the other columns will be set later, but not when creating the new entity.
Is there a possibility to configure it?
Kind regards
Peter