ObjectQuery.Streaming-Eigenschaft
[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.]
Zeigt an, ob die Abfrage gestreamt oder gepuffert wird.
Namespace: System.Data.Entity.Core.Objects
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Property Streaming As Boolean
Get
Set
'Usage
Dim instance As ObjectQuery
Dim value As Boolean
value = instance.Streaming
instance.Streaming = value
public bool Streaming { get; set; }
public:
property bool Streaming {
bool get ();
void set (bool value);
}
member Streaming : bool with get, set
function get Streaming () : boolean
function set Streaming (value : boolean)
Eigenschaftswert
Typ: System.Boolean