4.8.2
11 Aug 20
Toggle Dropdown
Version 4
4.9.0
12 Nov 24
4.8.6
9 Jan 24
4.8.5
8 Nov 22
4.8.4
14 Oct 22
4.8.3
14 Sep 21
4.8.2
11 Aug 20
4.8.1
18 Feb 20
4.8.0
3 Dec 19
4.8.0-preview3.19551.4
13 Nov 19
4.8.0-preview2.19523.17
1 Nov 19
4.8.0-preview1.19504.10
15 Oct 19
4.7.0
23 Sep 19
4.7.0-rc1.19456.4
16 Sep 19
4.7.0-preview9.19421.4
4 Sep 19
4.7.0-preview9.19416.11
4 Sep 19
Compare to version...
with 4.9.0
Toggle Dropdown
Version 4
4.9.0
12 Nov 24
4.8.6
9 Jan 24
4.8.5
8 Nov 22
4.8.4
14 Oct 22
4.8.3
14 Sep 21
4.8.2
11 Aug 20
4.8.1
18 Feb 20
4.8.0
3 Dec 19
4.8.0-preview3.19551.4
13 Nov 19
4.8.0-preview2.19523.17
1 Nov 19
4.8.0-preview1.19504.10
15 Oct 19
4.7.0
23 Sep 19
4.7.0-rc1.19456.4
16 Sep 19
4.7.0-preview9.19421.4
4 Sep 19
4.7.0-preview9.19416.11
4 Sep 19
Download Package
Open in NuGet
<
PackageReference
Include
=
"System.Data.SqlClient"
Version
=
"4.8.2"
/>
API Differences between 4.8.2 and 4.9.0
18
Additions
0
Removals
Microsoft.SqlServer.Server
public
class
SqlFacetAttribute
:
Attribute
public
bool
IsFixedLength
{
get
;
set
; }
public
bool
IsNullable
{
get
;
set
; }
public
int
MaxSize
{
get
;
set
; }
public
int
Precision
{
get
;
set
; }
public
int
Scale
{
get
;
set
; }
public
SqlFacetAttribute
()
System.Data.SqlClient
public
enum
PoolBlockingPeriod
AlwaysBlock
=
1
Auto
=
0
NeverBlock
=
2
public
sealed
class
SqlConnectionStringBuilder
:
DbConnectionStringBuilder
public
PoolBlockingPeriod
PoolBlockingPeriod
{
get
;
set
; }
public
class
SqlDataReader
:
DbDataReader
,
IDbColumnSchemaGenerator
,
IDisposable
public
ReadOnlyCollection
<
DbColumn
>
GetColumnSchema
()
System.Data.SqlTypes
public
sealed
class
SqlFileStream
:
Stream
public
string
Name
{
get
; }
public
byte
[]
TransactionContext
{
get
; }
public
SqlFileStream
(
string
path
,
byte
[]
transactionContext
,
FileAccess
access
)
public
SqlFileStream
(
string
path
,
byte
[]
transactionContext
,
FileAccess
access
,
FileOptions
options
,
long
allocationSize
)