I want to access the collection that is found in myShapeFileFeatureLayer.FeatureSource.FeatureSourceColumns, but it is protected.
How does one get access to this collection?
I've invoked myShapeFileFeatureLayer.QueryTools.GetColumns(), however, that does not return the true underlying column definitions.
I'm looking for schema information where I have access to such properties as MaxLength and TypeName.
Thanks,
Dennis