-
Type:
New Feature
-
Resolution: Won't Fix
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
We do not currently support column ordering. Composite keys require ordering however we could just rely on the order they are specified to HasKeys method and PrimaryKey attributes.
If we allow column ordering we could support the order of fields when adding new documents.
To do so we would add a MongoAnnotationNames.ColumnOrder and the associated setters/getters as seen in EF's RelationalPropertyBuilderExtensions and RelationalPropertyExtensions.