Get the MgClassDefinition of the layer, then call its GetIdentityProperties() which will return a collection of identity properties (fields/columns)
To get the MgClassDefinition, call the GetClassDefinition() method of MgFeatureService, the MgLayer has GetFeatureSourceId() and GetFeatureClassName() methods to give you the necessary parameters. - Jackie Matteo wrote: > > Hi, > in my map I have some layer that retriew data from MSSQL table (lat,long > fields). Now I must be create a function that create an XLS sheets (excel) > with table data for each object that the user select on map. For do this i > need to get the table key field of selected object. > I work with ASP.NET and MG2.0.2 > Someone can help me? > Thanks > Matteo > -- View this message in context: http://n2.nabble.com/Get-the-key-field-of-ODBC-table-tp2389826p2392835.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
