Sdílet prostřednictvím


IRelationalConnection.RegisterBufferable(IBufferable) Metoda

Definice

Zaregistruje potenciálně aktivní dotaz, který se dá ukládat do vyrovnávací paměti.

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

Parametry

bufferable
Microsoft.EntityFrameworkCore.Query.Internal.IBufferable

Dotaz s možnou vyrovnávací pamětí.

Platí pro