Hi, I'm trying to read the properties of some features I insert before, but happends something strange, it's the following: if a read each property from the features in the layer I can read all the properties from the last one I insert, if I close my silverlight application and run again when I read the properties of the features I can read just some columns and not all of them cause it says are null, but I can see all the information from the arcmap viewing the featurelayer service . Could someone to tell me what could be the problem?
Have you set FeatureLayer.OutFields? If this only contains a subset, these are the only Attributes that will show when you run your code. If you set OutFields="*", then all fields in your service will be displayed in graphic.Attributes.
Have you set FeatureLayer.OutFields? If this only contains a subset, these are the only Attributes that will show when you run your code. If you set OutFields="*", then all fields in your service will be displayed in graphic.Attributes.