I need to perform some table editing tasks through the Silverlight API that
I previously performed on the .NET web ADF side, and being that the
Geodatabase interface isn't available, not quite sure where to start.
Here's what I need to do:
Create a connection to a stand alone table in an SDE database, locate a specific
row in the table(through cursor processing or similar), then copy specific field values
from that lookup table to populate corresponding fields for a selected feature in a feature class.
I'll also need to add rows to standalone SDE tables also.
I did find some featurelayer examples which were close, but I didn't see a way
to parse through a stand alone table one row at a time.
Any help will be greatly appreciated!