共用方式為


IRelationalConnection.RegisterBufferable(IBufferable) 方法

定義

註冊潛在的可緩衝作用中查詢。

public void RegisterBufferable (Microsoft.EntityFrameworkCore.Query.Internal.IBufferable bufferable);
abstract member RegisterBufferable : Microsoft.EntityFrameworkCore.Query.Internal.IBufferable -> unit
Public Sub RegisterBufferable (bufferable As IBufferable)

參數

bufferable
Microsoft.EntityFrameworkCore.Query.Internal.IBufferable

可緩衝的查詢。

適用於