CedricDumont / Effort.Next

MIT License
0 stars 0 forks source link

Add MediaType property to DbContextFactory #2

Open CedricDumont opened 8 years ago

CedricDumont commented 8 years ago

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 ....