Index: System.Data.SQLite/SQLiteConnectionStringBuilder.cs
==================================================================
--- System.Data.SQLite/SQLiteConnectionStringBuilder.cs
+++ System.Data.SQLite/SQLiteConnectionStringBuilder.cs
@@ -190,11 +190,12 @@
}
///
/// An alternate to the data source property
///
- [Browsable(false)]
+ [Browsable(true)]
+ [DefaultValue(null)]
public string Uri
{
get
{
object value;
@@ -208,11 +209,12 @@
}
///
/// An alternate to the data source property that uses the SQLite URI syntax.
///
- [Browsable(false)]
+ [Browsable(true)]
+ [DefaultValue(null)]
public string FullUri
{
get
{
object value;