CedricDumont/Effort.Next

Add MediaType property to DbContextFactory

Opened this issue · 0 comments

Signature for method in class DbContextFactory are like:

    public static T Create(string xmlfileName, ConnectionBehaviour connectionBehaviour = ConnectionBehaviour.Transient, string connectionId = null)

but Effort.Next supports xmlDataloader, CsvDataLoader and could be enhanced.

Better to add a property to tell the content type of the file application/xml, text/csv ....