I have some feature requests:
- ConnectionString is virtual and can be overridden but all the functions uses the internal _raw variable, wouldn't it be better to let them use the virtual property as well? As for the other properties as well.
- Let LoadFromSqlNoExec() return the integer value from ExecuteNonQuery()
- Can you add a LoadFromSqlScalar() function?
- Add a Validate() or modify the Save() function to make it call a virtual \"bool ValidateRow(DataRow, RowState)\" function and abort the save through a exception/return value if it returns false.
Thanks for a great app, it has really saved my butt!
Best regards,
Peter Welzien
