//public SystemData.DataSet GetAttributeValues(
//This is the new one that we will keep in the future.
[SafeToPrepareAttribute(true)]
public SystemData.IDataReader GetAttributeValues(
string strModel)
//public SystemData.DataSet GetAttributeScores(
[SafeToPrepareAttribute(true)]
public SystemData.DataTable GetAttributeScores(
string strModel,
string strInputDescriptions,
string strAttribute,
string strValue1,
int iVal1Type,
string strValue2,
int iVal2Type,
double dThreshold)