Why on a DbfColumn when its casted to a FeatureSourceColumn the ColumnName, MaxLength and TypeName properties not populated? I assumed they would report the DbfColumn ColumnName, Length and ColumnType.ToString() properties
I use the DbfColumn when converting from our own layer column format (from a custom system) because it allows me to preserve the type, length and decimal places of a column much better. (our system was based on shape file sources) But this appears to cause problems when trying to render our custom FeatureLayer that has DbfColumns for its columns.
I can probably convert back to FeatureSourceColumns and retain all the data I need, but seems like something may not be correct in the DbfColumn object.
Thanks