subsonic / SubSonic-3.0-Templates

T4 Template Project for the peeps
http://subsonic.github.io/
105 stars 46 forks source link

MySqlProvider should be public #59

Open think8848 opened 12 years ago

think8848 commented 12 years ago

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; } }