R
Randy Smith
Hi ALL,
Our consultant added the datamapper definitions to our ApplicationManager.cs
file. Has anyone else used this technique, and how has it benefited you?
Here is what a sample of it looks like:
public static LaborRateDataMapper LaborRateDM;
static ApplicationManager()
{
LaborRateDM = new LaborRateDataMapper();
}
I've added 3 rows to my LaborRateTable, which appears via the
ApplicationManager datamapper. BUT, if I try to access these same rows
directly via LaborRateTable, the system is telling me that there are no
records.
Any ideas?
TIA, Randy Smith
Our consultant added the datamapper definitions to our ApplicationManager.cs
file. Has anyone else used this technique, and how has it benefited you?
Here is what a sample of it looks like:
public static LaborRateDataMapper LaborRateDM;
static ApplicationManager()
{
LaborRateDM = new LaborRateDataMapper();
}
I've added 3 rows to my LaborRateTable, which appears via the
ApplicationManager datamapper. BUT, if I try to access these same rows
directly via LaborRateTable, the system is telling me that there are no
records.
Any ideas?
TIA, Randy Smith