Index: System.Data.SQLite/SQLiteModuleNoop.cs
==================================================================
--- System.Data.SQLite/SQLiteModuleNoop.cs
+++ System.Data.SQLite/SQLiteModuleNoop.cs
@@ -8,11 +8,20 @@
using System.Collections.Generic;
namespace System.Data.SQLite
{
///
- /// This class implements a virtual table module that does nothing.
+ /// This class implements a virtual table module that does nothing by
+ /// providing "empty" implementations for all of the
+ /// interface methods. The result
+ /// codes returned by these "empty" method implementations may be
+ /// controlled on a per-method basis by using and/or overriding the
+ /// ,
+ /// ,
+ /// ,
+ /// , and
+ /// methods from within derived classes.
///
public class SQLiteModuleNoop : SQLiteModule /* NOT SEALED */
{
#region Private Data
///