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

可缓冲查询。

适用于