Ticket Hash: | ad007dc72a56d668c868c90cca170d728c888427 | ||
Title: | EF6 code-based configuration | ||
Status: | Deferred | Type: | Feature_Request |
Severity: | Important | Priority: | Medium |
Subsystem: | LINQ | Resolution: | Under_Review |
Last Modified: |
2016-09-09 20:15:06 8.81 years ago |
Created: |
2016-09-09 15:33:19 8.81 years ago |
Version Found In: | 1.0.102 |
User Comments: | ||||
anonymous added on 2016-09-09 15:33:19:
Hi, In a project I was involved recently, I came across the need to implement code-based configuration for an EF data model as described in the following article: https://msdn.microsoft.com/en-us/data/jj680699.aspx. This approach requires access to the Instance member of the class SQLiteProviderServices, but that class is marked as "internal" in your implementation. Because of this, I had to write a couple of lines of code using reflection to be able to get an instance of this class. Is there a reason behind this? Can it be marked public for future releases? Kind regards, Martin |