1.0.0-beta1
11 Nov 14
Toggle Dropdown
Version 4
4.3.0
15 Nov 16
4.3.0-preview1-24530-04
24 Oct 16
4.1.0
27 Jun 16
4.0.1-rc2-24027
16 May 16
4.0.1-beta-23516
18 Nov 15
4.0.1-beta-23409
15 Oct 15
4.0.1-beta-23225
1 Sep 15
4.0.0
29 Jul 15
4.0.0-beta-23109
27 Jul 15
4.0.0-beta-23019
30 Jun 15
4.0.0-beta-22816
24 Apr 15
4.0.0-beta-22605
13 Feb 15
Version 1
1.0.0-beta2
16 Jan 15
1.0.0-beta1
11 Nov 14
Compare to version...
with 4.1.0
Toggle Dropdown
Version 4
4.3.0
15 Nov 16
4.3.0-preview1-24530-04
24 Oct 16
4.1.0
27 Jun 16
4.0.1-rc2-24027
16 May 16
4.0.1-beta-23516
18 Nov 15
4.0.1-beta-23409
15 Oct 15
4.0.1-beta-23225
1 Sep 15
4.0.0
29 Jul 15
4.0.0-beta-23109
27 Jul 15
4.0.0-beta-23019
30 Jun 15
4.0.0-beta-22816
24 Apr 15
4.0.0-beta-22605
13 Feb 15
Version 1
1.0.0-beta2
16 Jan 15
1.0.0-beta1
11 Nov 14
Download Package
Open in NuGet
<
PackageReference
Include
=
"System.Data.Common"
Version
=
"1.0.0-beta1"
/>
API Differences between 1.0.0-beta1 and 4.1.0
15
Additions
22
Removals
System
public
sealed
class
DBNull
public
string
ToString
(
IFormatProvider
provider
)
System.Data
public
enum
ConnectionState
Broken
=
16
Executing
=
4
Fetching
=
8
public
enum
DataRowVersion
public
class
DataTable
public
class
ConstraintException
:
DataException
public
ConstraintException
()
public
ConstraintException
(
string
message
)
public
ConstraintException
(
string
message
,
Exception
innerException
)
public
class
DataException
:
Exception
public
DataException
()
public
DataException
(
string
message
)
public
DataException
(
string
message
,
Exception
innerException
)
public
interface
IDataParameter
public
interface
IDataParameterCollection
:
IList
,
ICollection
,
IEnumerable
public
interface
IDataReader
:
IDisposable
,
IDataRecord
public
interface
IDataRecord
public
interface
IDbCommand
:
IDisposable
public
interface
IDbConnection
:
IDisposable
public
interface
IDbDataParameter
:
IDataParameter
public
interface
IDbTransaction
:
IDisposable
System.Data.Common
public
abstract
class
DbColumn
public
class
DbConnectionStringBuilder
:
IDictionary
,
ICollection
,
IEnumerable
public
bool
BrowsableConnectionString
{
get
;
set
; }
public
virtual
bool
EquivalentTo
(
DbConnectionStringBuilder
connectionStringBuilder
)
public
abstract
class
DbDataReader
:
IDisposable
,
IEnumerable
public
virtual
DataTable
GetSchemaTable
()
public
static
class
DbDataReaderExtensions
public
abstract
class
DbDataRecord
:
IDataRecord
public
class
DbEnumerator
:
IEnumerator
public
abstract
class
DbException
:
Exception
public
virtual
int
ErrorCode
{
get
; }
protected
DbException
(
string
message
,
int
errorCode
)
public
abstract
class
DbParameter
public
virtual
DataRowVersion
SourceVersion
{
get
;
set
; }
public
abstract
class
DbParameterCollection
:
IList
,
ICollection
,
IEnumerable
public
virtual
bool
IsFixedSize
{
get
; }
public
static
class
DbProviderFactories
public
static
DbProviderFactory
GetFactory
(
DbConnection
connection
)
public
abstract
class
DbProviderFactory
public
virtual
bool
CanCreateDataSourceEnumerator
{
get
; }
public
interface
IDbColumnSchemaGenerator