Hi
I have a question about field type blob. According to API documentation there is a FieldType
Blob (Binary Large Object) In the Field.FieldType Enumeration.
I have a Featurelayer which have a Blob field. I can get this field from FeatureLayer.LayerInfo.Fields and see its definition.
But this field is not present in FeatureLayer.Graphics[0].Attributes. Does anybody know if it is possible to get value
of a blob attribute and edit it?
Regards
Robert