DbRawSqlQuery<TElement>.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<TElement> AsStreaming ();
abstract member AsStreaming : unit -> System.Data.Entity.Infrastructure.DbRawSqlQuery<'Element>
override this.AsStreaming : unit -> System.Data.Entity.Infrastructure.DbRawSqlQuery<'Element>
Public Overridable Function AsStreaming () As DbRawSqlQuery(Of TElement)
Returns
A new query with AsStreaming applied.
- Attributes
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework