Index: System.Data.SQLite/SQLiteConnection.cs ================================================================== --- System.Data.SQLite/SQLiteConnection.cs +++ System.Data.SQLite/SQLiteConnection.cs @@ -693,11 +693,11 @@ /// The extra data to pass into the parameter binding callback. This /// value may be null. /// public object BindValueUserData { - get { return bindValueCallback; } + get { return bindValueUserData; } } ///////////////////////////////////////////////////////////////////////// ///