hi
For the templates, I would suggest that there's some code added to handle the cases when you do a get/fetch , but there's no data in the DB found, like adding if the DataReader actually has some valid data to read:
private void FetchObject(SafeDataReader dr){
///Do some handling of Data not found
}
}
Personally, I don't know how I should handle data-not-found issues, anyone who can help out?
and perhaps also include that into the templates?
Copyright (c) Marimer LLC