DbRawSqlQuery.AsStreaming Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Queries are now streaming by default unless a retrying ExecutionStrategy is used. Calling this method will have no effect.
Returns a new query that will stream the results instead of buffering.
[System.Obsolete("Queries are now streaming by default unless a retrying ExecutionStrategy is used. Calling this method will have no effect.")]
public virtual System.Data.Entity.Infrastructure.DbRawSqlQuery AsStreaming ();
abstract member AsStreaming : unit -> System.Data.Entity.Infrastructure.DbRawSqlQuery
override this.AsStreaming : unit -> System.Data.Entity.Infrastructure.DbRawSqlQuery
Public Overridable Function AsStreaming () As DbRawSqlQuery
Returns
A new query with AsStreaming applied.
- Attributes
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework