override public IDbCommand CreateCommand() { SQLiteConnection sc = InternalConnection as SQLiteConnection; if (null == sc) { throw new InvalidOperationException("InvalidConnType00" + InternalConnection.GetType().FullName); } return(sc.CreateCommand()); }