dotnet-core/release-notes/2.1/api-diff/2.0-vs-2.1_System.Data.md

14 lines
430 B
Markdown
Raw Normal View History

2018-05-26 00:28:02 +02:00
# System.Data
``` diff
namespace System.Data {
public sealed class DBConcurrencyException : SystemException {
- public override void GetObjectData(SerializationInfo si, StreamingContext context);
+ public override void GetObjectData(SerializationInfo info, StreamingContext context);
}
- public class PropertyCollection : Hashtable
+ public class PropertyCollection : Hashtable, ICloneable
}
```