IRelationalConnection.RegisterBufferable(IBufferable) Method

Definition

Registers a potentially bufferable active query.

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

Parameters

bufferable
Microsoft.EntityFrameworkCore.Query.Internal.IBufferable

The bufferable query.

Applies to