I've been meaning to ask this...
I noticed that templates pass SqlDataReader in as a type for a datareader instead of SafeDataReader. Is this just a typo or on purpose?
Also
In the editablechild template this method is defined like so:
protected override void DataPortal_Create(object criteria){
// TODO: load default values, or remove method}
But in EditableRootParent it is like so:
private void DataPortal_Create(Criteria criteria){
// TODO: load default values}
Is that a typo or on purpose?
Copyright (c) Marimer LLC