I am using join two tables and everything is working fine but to access any filed i have to write the whole filed name means like suppose gic1 is my database name then i have to write like GIC1.DBO.PROJECT_INFO.PROJSTAT my join service is http://pipelineforthefuture.org/ArcGIS/rest/services/GIC4/polyjoint/MapServer/1
so in my code i have to write like g.Attributes["GIC4.DBO.PROJECT_INFO.PROJECT_ID"].ToString() is there any way that i can write only filed name?or tablename.fieldname?