Skip to content

Commit

Permalink
Remove redundant dot. (#20829)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruikuan authored Oct 1, 2020
1 parent 85c4ab0 commit 67efa81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/framework/data/adonet/sqlclient-streaming-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Streaming support will also enable middle-tier applications to scale better, esp
> [!WARNING]
> Asynchronous calls are not supported if an application also uses the `Context Connection` connection string keyword.
>
> The members added to support streaming are used to retrieve data from queries and to pass parameters to queries and stored procedures. The streaming feature addresses basic OLTP and data migration scenarios and is applicable to on premise and off premise data migrations.environments.
> The members added to support streaming are used to retrieve data from queries and to pass parameters to queries and stored procedures. The streaming feature addresses basic OLTP and data migration scenarios and is applicable to on-premises and off-premises data migrations environments.
## Streaming Support from SQL Server

Streaming support from SQL Server introduces new functionality in the <xref:System.Data.Common.DbDataReader> and in the <xref:System.Data.SqlClient.SqlDataReader> classes in order to get <xref:System.IO.Stream>, <xref:System.Xml.XmlReader>, and <xref:System.IO.TextReader> objects and react to them. These classes are used to retrieve data from queries. As a result, Streaming support from SQL Server addresses OLTP scenarios and applies to on-premise and off-premise environments.
Streaming support from SQL Server introduces new functionality in the <xref:System.Data.Common.DbDataReader> and in the <xref:System.Data.SqlClient.SqlDataReader> classes in order to get <xref:System.IO.Stream>, <xref:System.Xml.XmlReader>, and <xref:System.IO.TextReader> objects and react to them. These classes are used to retrieve data from queries. As a result, Streaming support from SQL Server addresses OLTP scenarios and applies to on-premises and off-premises environments.

The following members were added to <xref:System.Data.SqlClient.SqlDataReader> to enable streaming support from SQL Server:

Expand Down

0 comments on commit 67efa81

Please sign in to comment.