What would be an example of using this method:
public virtual bool SaveEntity(
IEntity2 entityToSave,
bool refetchAfterSave,
IPredicateExpression updateRestriction,
bool recurse
);
or this one?
public virtual bool SaveEntity(
IEntity2 entityToSave,
bool refetchAfterSave,
IPredicateExpression updateRestriction
);
Or why and when would you want to use these?