次の方法で共有


ObjectQuery.Streaming プロパティ

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

クエリはストリーミングか、またはバッファリングか

名前空間:  System.Data.Entity.Core.Objects
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Public Property Streaming As Boolean 
    Get 
    Set
'使用
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)

プロパティ値

型 : System.Boolean

参照

参照

ObjectQuery クラス

System.Data.Entity.Core.Objects 名前空間