Hi all,
Basic .NETTIERS question.
If i need to exclude certain fields in an insert or update how do i go about doing this in nettiers.
Do i have to write my own procedure and have it wrapped into the generated .nettiers api?
An example of doing this may be, say CreatedDt would be populated on insert but not update.
UpdatedDt would be modified during an update but not an insert. Do i have to supply dummy data for the unecessary fields for each action?
This may not be the best example, but there are occaisions when not everything in an entity requires updating in the db at one single point in time.
So how do i exclude this information in a respective command.
Help appreciated.
Cheers,
Adam