* OdbcDataReader.cs: remove VisibleFieldCount property. svn path=/trunk/mcs/; revision=56979
@@ -1,3 +1,7 @@
+2006-02-17 Chris Toshok <[email protected]>
+
+ * OdbcDataReader.cs: remove VisibleFieldCount property.
2005-11-21 Senganal T <[email protected]>
* OdbcTransaction.cs
@@ -107,12 +107,6 @@ namespace System.Data.Odbc
#endif // ONLY_1_1
#if NET_2_0
- [MonoTODO]
- public override int VisibleFieldCount
- {
- get { throw new NotImplementedException (); }
- }
-
[MonoTODO]
protected override bool IsValidRow
{