ChangeLog 541 B

123456789101112131415161718
  1. 2003-01-08 Gonzalo Paniagua Javier <[email protected]>
  2. * DbDataRecord.cs: return DbNull.Value in GetValue () if value is null.
  3. 2002-10-31 Daniel Morgan <[email protected]>
  4. * SchemaInfo.cs: added missing properties to fix mcs build
  5. 2002-05-05 Miguel de Icaza <[email protected]>
  6. * DataTableMapping.cs, DataTableMappingCollection.cs: comment out
  7. interfaces we do not implement yet.
  8. * DbDataAdapter.cs: Stub IEnumerable, comment out interfaces
  9. we do not implement yet.
  10. * DbDataPermissionAttribute.cs: call base constructor.