Hello everyone. I have inherited a project that is using CSLA version 1.51.2163.27113. There is a method in the NameValueList component of this assembly named SimpleTableFetch with a signature of CSLA.NameValueList.SimpleTableFetch(String, String, String(), ByRef System.Data.DataTable).
I don't see this method in any of the 1.5 versions of source code on the website. This leads me to guess that the method was added by a previous programmer; but there are no signs of CSLA source code anywhere on my end. I only have DLLs.
Is it possible that this method was part of CSLA at some point; and, if so, where might one find the source code?
Thanks in advance.