public class OleDbDataProvider : DataProviderBase { public override ISqlProvider CreateSqlProvider() { throw new NotSupportedException(); } }