Hi,
What's the best way to expose the custom data to the FeatureClass in the GeoDatabase? What I'm thinking is to use OLE DB provider to expose the data and use the Join on the Feature class (as both Feature class and custom data has PrimaryKey) to merge it. If that's the case, what interfaces do I need to expose for OLE DB provider and what classes are required to do the join?
Thanks, J.