Freigeben über


DbRawSqlQuery<TElement>.AsStreaming-Methode

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Hinweis: Diese API ist mittlerweile veraltet.

Gibt eine neue Abfrage zurück, die die Ergebnisse streamt, anstatt sie zu puffern.

Namespace:  System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
<ObsoleteAttribute("Queries are now streaming by default unless a retrying ExecutionStrategy is used. Calling this method will have no effect.")> _
Public Overridable Function AsStreaming As DbRawSqlQuery(Of TElement)
'Usage
Dim instance As DbRawSqlQuery 
Dim returnValue As DbRawSqlQuery(Of TElement)

returnValue = instance.AsStreaming()
[ObsoleteAttribute("Queries are now streaming by default unless a retrying ExecutionStrategy is used. Calling this method will have no effect.")]
public virtual DbRawSqlQuery<TElement> AsStreaming()
[ObsoleteAttribute(L"Queries are now streaming by default unless a retrying ExecutionStrategy is used. Calling this method will have no effect.")]
public:
virtual DbRawSqlQuery<TElement>^ AsStreaming()
[<ObsoleteAttribute("Queries are now streaming by default unless a retrying ExecutionStrategy is used. Calling this method will have no effect.")>]
abstract AsStreaming : unit -> DbRawSqlQuery<'TElement> 
[<ObsoleteAttribute("Queries are now streaming by default unless a retrying ExecutionStrategy is used. Calling this method will have no effect.")>]
override AsStreaming : unit -> DbRawSqlQuery<'TElement> 
public function AsStreaming() : DbRawSqlQuery<TElement>

Rückgabewert

Typ: System.Data.Entity.Infrastructure.DbRawSqlQuery<TElement>
Eine neue Abfrage mit angewendetem AsStreaming.

Siehe auch

Verweis

DbRawSqlQuery<TElement> Klasse

System.Data.Entity.Infrastructure-Namespace