Getting ‘Erp.BO.LaborDataSet.LaborDtlDataTable’ does not contain a definition for ‘Item’ and no extension method ‘Item’ accepting a first argument of type ‘Erp.BO.LaborDataSet.LaborDtlDataTable’ could be found (are you missing a using directive or an assembly reference?) when trying to access a field that I see is listed in the Object explorer.
Assemblies references

trying to set a string to the Labor EmpoyeeNum
LaborAdapter labor = new LaborAdapter(oTrans.EpiBaseForm);
string empID = labor.LaborData.LaborDtl.Item.EmployeeNum;
What Am I missing here or using this wrong?

