Allow Fields whose Type is a Flag Enumeration to be Stored as Relations #49
Labels
enhancement
New feature or request
extraction
Applies to the Extraction Layer
reconstitution
Applies to the Reconstitution Layer
translation
Applies to the Translation Layer
I don't think that the current features in either the Extraction or Reconstitution space are sufficient to support flag-enumeration-type Fields that are to be stored as a Relation. (I don't even think there's a way right now to indicate that they should be.)
IRelation
?IRelation
?RelationList<EnumT>
, so any data conversion (e.g.[Numeric]
or to-string as default or custom converter annotation) would get applied to the items in the Relation, just like with any other Relation.Important Question: Should Relation-style be the default for such Fields, with an opt-out?
The text was updated successfully, but these errors were encountered: