oysteinkrog / SQLite.Net-PCL

Simple, powerful, cross-platform SQLite client and ORM - Updated version with PCL support
MIT License
353 stars 162 forks source link

Can't derive from SQLiteCommand to override OnInstanceCreated. #355

Open salmelo opened 7 years ago

salmelo commented 7 years ago

Since the only constructor is internal it's impossible to make a derived type (from a referencing assembly), and thus no way to override OnInstanceCreated.