Question: according to the 'Config Options' documentation on the main site, one HAS to name their stored procedures in the following manner to have SubSonic associate them with the table/class: "_DestinationClassName_RestOfStoredProcedureName".
Is there a way to override this, either with a config or in the templates, so that it picks up stored procs named: "DestinationClassName_RestOfStoredProcedureName" (removing the first underscore).
My corporate environment is starting to slowly migrate away from NetTiers and into Subsonic and having the ability to easily associate all of our existing custom stored procs with the Subsonic classes while maintaing the NetTiers compatibility would be highly beneficial during this transition.
Thanx in advance!