Partager via


ObjectQuery.Streaming, propriété

[Cette page concerne Entity Framework version 6. La dernière version est disponible sous le nom de package 'Entity Framework' NuGet. Pour plus d'informations sur Entity Framework, consultez msdn.com/data/ef.]

Détermine si la requête est diffusée en continu ou mise en mémoire tampon.

Espace de noms :  System.Data.Entity.Core.Objects
Assembly :  EntityFramework (dans EntityFramework.dll)

Syntaxe

'Déclaration
Public Property Streaming As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Boolean

Voir aussi

Référence

ObjectQuery Classe

Espace de noms System.Data.Entity.Core.Objects