subsonic/SubSonic-3.0-Templates

MySqlProvider should be public

Opened this issue · 0 comments

MySqlProvider have no "public" keyword, so I could not inherit it

MySqlProvider.cs line 14

12 namespace SubSonic.DataProviders.MySQL
13 {
14 class MySqlProvider : DbDataProvider
15 {
16 public override string InsertionIdentityFetchString { get { return String.Empty; } }