<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to SQLiteErrorLogProvider</title><link>https://sourceforge.net/p/elfar/wiki/SQLiteErrorLogProvider/</link><description>Recent changes to SQLiteErrorLogProvider</description><atom:link href="https://sourceforge.net/p/elfar/wiki/SQLiteErrorLogProvider/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 24 Feb 2012 13:09:39 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/elfar/wiki/SQLiteErrorLogProvider/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage SQLiteErrorLogProvider modified by Steven Bey</title><link>https://sourceforge.net/p/elfar/wiki/SQLiteErrorLogProvider/</link><description>&lt;pre&gt;--- v6 
+++ v7 
@@ -1,6 +1,6 @@
 ## SQLiteErrorLogProvider Class ##
 
-Manages storage error information in a SQLite database.
+Manages the storage and retrieval of error log information in a SQLite database.
 
 ### Syntax ###
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Bey</dc:creator><pubDate>Fri, 24 Feb 2012 13:09:39 -0000</pubDate><guid>https://sourceforge.net606f273ac6b6dbdc08041184540e4f2725d8689e</guid></item><item><title>WikiPage SQLiteErrorLogProvider modified by Steven Bey</title><link>https://sourceforge.net/p/elfar/wiki/SQLiteErrorLogProvider/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -1,37 +1,31 @@
-## SQLiteErrorLogProvider Constructor(String) ##
-
-Initialises a new instance of the `SQLiteErrorLogProvider` class.
-
+## SQLiteErrorLogProvider Class ##
+
+Manages storage error information in a SQLite database.
+
 ### Syntax ###
 
     :::c#
-    public SQLiteErrorLogProvider(
-        string connectionString = @"|DataDirectory|\Elfar.db"
-    )
-#
-### Parameters ###
-
-*connectionString*
-&gt; Type: System.String
-The connection string or the name of the `&lt;connectionStrings&gt;` item to be used to open the SQLite database.
-
-### Remarks ###
-
-`SQLiteErrorLogProvider` manages storage of error log information in a SQLite database.
-
-### Examples ###
-
-The following example shows the most basic instantiation of the `SQLiteErrorLogProvider`, which uses either the `'Elfar'` `&lt;connectionStrings&gt;` item or the first item in the `&lt;connectionStrings&gt;` collection (if defined).
-
-    :::c#
-    var provider = new SQLiteErrorLogProvider();
-##
-The following example shows the name of the `&lt;connectionStrings&gt;` item being specified.
-
-    :::c#
-    var provider = new SQLiteErrorLogProvider("Logs");
-##
-The following example shows the connection string being specified.
-
-    :::c#
-    var provider = new SQLiteErrorLogProvider(@"|DataDirectory|\Logs.db");
+    public class SQLiteErrorLogProvider : FileBasedDbErrorLogProvider
+####
+The `SQLiteErrorLogProvider` type exposes the following members.
+
+### Constructors ###
+
+Name                                         | Description
+----                                         | -----------
+[SQLiteErrorLogProvider(String)](../SQLiteErrorLogProvider.Ctor) | Initialises a new instance of the `SQLiteErrorLogProvider` class.
+
+### Methods ###
+
+Name                             | Description
+----                             | -----------
+[Get](../SQLiteErrorLogProvider.Get)   | Gets an error log.
+[List](../SQLiteErrorLogProvider.List) | Gets a list of error logs.
+[Save](../SQLiteErrorLogProvider.Save) | Saves an error log.
+
+### Properties ###
+
+Name                                           | Description
+----                                           | -----------
+[Application](../SQLiteErrorLogProvider.Application) | Gets the name of the application.
+[Total](../SQLiteErrorLogProvider.Total)             | Gets the total number of error logs.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Bey</dc:creator><pubDate>Fri, 24 Feb 2012 01:41:15 -0000</pubDate><guid>https://sourceforge.net65699636d0ac2302d2d0e03af1b0ac7fb49d3788</guid></item><item><title>WikiPage SQLiteErrorLogProvider modified by Steven Bey</title><link>https://sourceforge.net/p/elfar/wiki/SQLiteErrorLogProvider/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -1,27 +1,25 @@
-## SQLiteErrorLogProvider ##
-
-### SQLiteErrorLogProvider Constructor(String) ###
-
+## SQLiteErrorLogProvider Constructor(String) ##
+
 Initialises a new instance of the `SQLiteErrorLogProvider` class.
 
-#### Syntax ####
+### Syntax ###
 
     :::c#
     public SQLiteErrorLogProvider(
         string connectionString = @"|DataDirectory|\Elfar.db"
     )
 #
-#### Parameters ####
+### Parameters ###
 
 *connectionString*
 &gt; Type: System.String
 The connection string or the name of the `&lt;connectionStrings&gt;` item to be used to open the SQLite database.
 
-#### Remarks ####
+### Remarks ###
 
 `SQLiteErrorLogProvider` manages storage of error log information in a SQLite database.
 
-#### Examples ####
+### Examples ###
 
 The following example shows the most basic instantiation of the `SQLiteErrorLogProvider`, which uses either the `'Elfar'` `&lt;connectionStrings&gt;` item or the first item in the `&lt;connectionStrings&gt;` collection (if defined).
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Bey</dc:creator><pubDate>Thu, 23 Feb 2012 23:09:25 -0000</pubDate><guid>https://sourceforge.net83b0de435237c309c0b01d68c3cdd3629274079a</guid></item><item><title>WikiPage SQLiteErrorLogProvider modified by Steven Bey</title><link>https://sourceforge.net/p/elfar/wiki/SQLiteErrorLogProvider/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -2,7 +2,7 @@
 
 ### SQLiteErrorLogProvider Constructor(String) ###
 
-Initialises a new instance of the SQLiteErrorLogProvider class.
+Initialises a new instance of the `SQLiteErrorLogProvider` class.
 
 #### Syntax ####
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Bey</dc:creator><pubDate>Thu, 23 Feb 2012 22:12:09 -0000</pubDate><guid>https://sourceforge.net7d598b59dcb762e3b41b51230e699c05f2510747</guid></item><item><title>WikiPage SQLiteErrorLogProvider modified by Steven Bey</title><link>https://sourceforge.net/p/elfar/wiki/SQLiteErrorLogProvider/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -1,39 +1,39 @@
 ## SQLiteErrorLogProvider ##
 
-### SQLiteErrorLogProvider Constructor(String, String) ###
-
+### SQLiteErrorLogProvider Constructor(String) ###
+
 Initialises a new instance of the SQLiteErrorLogProvider class.
 
 #### Syntax ####
 
     :::c#
     public SQLiteErrorLogProvider(
         string connectionString = @"|DataDirectory|\Elfar.db"
     )
 #
 #### Parameters ####
 
 *connectionString*
 &gt; Type: System.String
 The connection string or the name of the `&lt;connectionStrings&gt;` item to be used to open the SQLite database.
 
 #### Remarks ####
 
 `SQLiteErrorLogProvider` manages storage of error log information in a SQLite database.
 
 #### Examples ####
 
 The following example shows the most basic instantiation of the `SQLiteErrorLogProvider`, which uses either the `'Elfar'` `&lt;connectionStrings&gt;` item or the first item in the `&lt;connectionStrings&gt;` collection (if defined).
 
     :::c#
     var provider = new SQLiteErrorLogProvider();
 ##
 The following example shows the name of the `&lt;connectionStrings&gt;` item being specified.
 
     :::c#
-    var provider = new SQLiteErrorLogProvider(connectionString: @"Logs");
+    var provider = new SQLiteErrorLogProvider("Logs");
 ##
 The following example shows the connection string being specified.
 
     :::c#
-    var provider = new SQLiteErrorLogProvider(connectionString: @"|DataDirectory|\Logs.db");
+    var provider = new SQLiteErrorLogProvider(@"|DataDirectory|\Logs.db");
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Bey</dc:creator><pubDate>Thu, 23 Feb 2012 20:49:50 -0000</pubDate><guid>https://sourceforge.netbed9b58c57f7154fb712b3b205deb9fe67a3b76b</guid></item><item><title>WikiPage SQLiteErrorLogProvider modified by Steven Bey</title><link>https://sourceforge.net/p/elfar/wiki/SQLiteErrorLogProvider/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -37,4 +37,3 @@
 
     :::c#
     var provider = new SQLiteErrorLogProvider(connectionString: @"|DataDirectory|\Logs.db");
-#
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Bey</dc:creator><pubDate>Thu, 23 Feb 2012 20:45:04 -0000</pubDate><guid>https://sourceforge.netf45cc7f7ca6bb383227bab2ad52b48821cdcdca3</guid></item><item><title>WikiPage SQLiteErrorLogProvider modified by Steven Bey</title><link>https://sourceforge.net/p/elfar/wiki/SQLiteErrorLogProvider/</link><description>## SQLiteErrorLogProvider ##

### SQLiteErrorLogProvider Constructor(String, String) ###

Initialises a new instance of the SQLiteErrorLogProvider class.

#### Syntax ####

    :::c#
    public SQLiteErrorLogProvider(
        string connectionString = @"|DataDirectory|\Elfar.db"
    )
#
#### Parameters ####

*connectionString*
&gt; Type: System.String
The connection string or the name of the `&lt;connectionStrings&gt;` item to be used to open the SQLite database.

#### Remarks ####

`SQLiteErrorLogProvider` manages storage of error log information in a SQLite database.

#### Examples ####

The following example shows the most basic instantiation of the `SQLiteErrorLogProvider`, which uses either the `'Elfar'` `&lt;connectionStrings&gt;` item or the first item in the `&lt;connectionStrings&gt;` collection (if defined).

    :::c#
    var provider = new SQLiteErrorLogProvider();
##
The following example shows the name of the `&lt;connectionStrings&gt;` item being specified.

    :::c#
    var provider = new SQLiteErrorLogProvider(connectionString: @"Logs");
##
The following example shows the connection string being specified.

    :::c#
    var provider = new SQLiteErrorLogProvider(connectionString: @"|DataDirectory|\Logs.db");
#</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Bey</dc:creator><pubDate>Thu, 23 Feb 2012 20:27:31 -0000</pubDate><guid>https://sourceforge.net46e3f82bdc92f351857a60d3b707a06eb9ea93bd</guid></item></channel></rss>