7.0.2
25 Jun 26
Toggle Dropdown
Version 7
7.1.0-preview3.26238.4
27 Aug 26
7.1.0-preview2.26190.5
10 Jul 26
7.1.0-preview1.26124.5
5 May 26
7.0.2
25 Jun 26
7.0.1
24 Apr 26
7.0.0
17 Mar 26
7.0.0-preview4.26064.3
5 Mar 26
7.0.0-preview3.25342.7
8 Dec 25
7.0.0-preview2.25289.6
16 Oct 25
7.0.0-preview1.25257.1
14 Sep 25
Compare to version...
with 7.0.0-preview3.25342.7
Toggle Dropdown
Version 7
7.1.0-preview3.26238.4
27 Aug 26
7.1.0-preview2.26190.5
10 Jul 26
7.1.0-preview1.26124.5
5 May 26
7.0.2
25 Jun 26
7.0.1
24 Apr 26
7.0.0
17 Mar 26
7.0.0-preview4.26064.3
5 Mar 26
7.0.0-preview3.25342.7
8 Dec 25
7.0.0-preview2.25289.6
16 Oct 25
7.0.0-preview1.25257.1
14 Sep 25
Download Package
Open in NuGet
<
PackageReference
Include
=
"Microsoft.Data.SqlClient"
Version
=
"7.0.2"
/>
API Differences between 7.0.2 and 7.0.0-preview3.25342.7
14
Additions
5
Removals
Microsoft.Data.SqlClient
public
sealed
class
ActiveDirectoryAuthenticationProvider
:
SqlAuthenticationProvider
public
enum
SqlAuthenticationMethod
public
class
SqlAuthenticationParameters
public
abstract
class
SqlAuthenticationProvider
public
class
SqlAuthenticationToken
public
sealed
class
SqlBulkCopy
:
IDisposable
public
void
ClearCachedMetadata
()
public
enum
SqlBulkCopyOptions
CacheMetadata
=
128
public
sealed
class
SqlConfigurableRetryFactory
public
static
ReadOnlyCollection
<
int
>
BaselineTransientErrors
{
get
; }
public
sealed
class
SqlConnection
:
DbConnection
,
ICloneable
public
SspiContextProvider
SspiContextProvider
{
get
;
set
; }
public
sealed
class
SspiAuthenticationParameters
public
string
DatabaseName
{
get
; }
public
string
Password
{
get
; }
public
string
Resource
{
get
; }
public
string
ServerName
{
get
; }
public
string
UserId
{
get
; }
public
SspiAuthenticationParameters
(
string
serverName
,
string
resource
,
string
userId
=
null
,
string
databaseName
=
null
,
string
password
=
null
)
public
abstract
class
SspiContextProvider
protected
SspiContextProvider
()
protected
abstract
bool
GenerateContext
(
ReadOnlySpan
<
byte
>
incomingBlob
,
IBufferWriter
<
byte
>
outgoingBlobWriter
,
SspiAuthenticationParameters
authParams
)