Select to view content in your preferred language

access fileds in join table

1087
0
02-08-2012 02:26 PM
ForamParikh
Regular Contributor
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?

I am making any mistake in join?

Please help,

Thanks
0 Kudos
0 Replies