Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Data/System.Data.Sql/SqlDataSourceEnumerator.cs')
-rw-r--r--mcs/class/System.Data/System.Data.Sql/SqlDataSourceEnumerator.cs9
1 files changed, 1 insertions, 8 deletions
diff --git a/mcs/class/System.Data/System.Data.Sql/SqlDataSourceEnumerator.cs b/mcs/class/System.Data/System.Data.Sql/SqlDataSourceEnumerator.cs
index c3f3e82e22a..a1c155dadd8 100644
--- a/mcs/class/System.Data/System.Data.Sql/SqlDataSourceEnumerator.cs
+++ b/mcs/class/System.Data/System.Data.Sql/SqlDataSourceEnumerator.cs
@@ -38,19 +38,12 @@ using System.Data.Common;
namespace System.Data.Sql {
public sealed class SqlDataSourceEnumerator : DbDataSourceEnumerator
{
- #region Constructors
-
- private SqlDataSourceEnumerator ()
- {
- }
-
- #endregion // Constructors
-
#region Properties
[MonoTODO]
public static SqlDataSourceEnumerator Instance {
get { throw new NotImplementedException (); }
+ set { throw new NotImplementedException (); }
}
#endregion // Properties