Hi I looked at the following thread Debugging Xml Output by FNH<http://groups.google.com/group/fluent-nhibernate/browse_thread/thread/ef08a94a01d3ab65/ea606c483f5db22c>. It would be really nice to keep the order the same between Properties and the XML. For example
Entity int Id AuditableEntity : Entity DateTime CreatedDate string CreatedBy DateTime UpdatedOn string UpdatedBy Customer : AuditableEntity string Name ... Would like to keep the XML order as follows. Consequently, the Database column order would also be preserved. Id CreatedDate CreatedBy UpdatedOn UpdatedBy Name ... Is there anyway to keep the order? Thanks Ramana --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Fluent NHibernate" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/fluent-nhibernate?hl=en -~----------~----~----~----~------~----~------~--~---
