Condividi tramite


RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey Costruttori

Definizione

Overload

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean)

Inizializza una nuova istanza della classe RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey.

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean, Boolean)

Inizializza una nuova istanza della classe RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey.

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean, Nullable<QuerySplittingBehavior>, Boolean)

Inizializza una nuova istanza della classe RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey.

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean)

public RelationalCompiledQueryCacheKey (Microsoft.EntityFrameworkCore.Query.CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey compiledQueryCacheKey, bool useRelationalNulls);
new Microsoft.EntityFrameworkCore.Query.RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey : Microsoft.EntityFrameworkCore.Query.CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey * bool -> Microsoft.EntityFrameworkCore.Query.RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey
Public Sub New (compiledQueryCacheKey As CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey, useRelationalNulls As Boolean)

Parametri

compiledQueryCacheKey
CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey

Chiave della cache non relazionale.

useRelationalNulls
Boolean

True per usare la logica relazionale Null.

Si applica a

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean, Boolean)

public RelationalCompiledQueryCacheKey (Microsoft.EntityFrameworkCore.Query.CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey compiledQueryCacheKey, bool useRelationalNulls, bool shouldBuffer);
new Microsoft.EntityFrameworkCore.Query.RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey : Microsoft.EntityFrameworkCore.Query.CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey * bool * bool -> Microsoft.EntityFrameworkCore.Query.RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey
Public Sub New (compiledQueryCacheKey As CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey, useRelationalNulls As Boolean, shouldBuffer As Boolean)

Parametri

compiledQueryCacheKey
CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey

Chiave della cache non relazionale.

useRelationalNulls
Boolean

True per usare la logica relazionale Null.

shouldBuffer
Boolean

True se la query deve essere memorizzata nel buffer.

Si applica a

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean, Nullable<QuerySplittingBehavior>, Boolean)

public RelationalCompiledQueryCacheKey (Microsoft.EntityFrameworkCore.Query.CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey compiledQueryCacheKey, bool useRelationalNulls, Microsoft.EntityFrameworkCore.QuerySplittingBehavior? querySplittingBehavior, bool shouldBuffer);
new Microsoft.EntityFrameworkCore.Query.RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey : Microsoft.EntityFrameworkCore.Query.CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey * bool * Nullable<Microsoft.EntityFrameworkCore.QuerySplittingBehavior> * bool -> Microsoft.EntityFrameworkCore.Query.RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey
Public Sub New (compiledQueryCacheKey As CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey, useRelationalNulls As Boolean, querySplittingBehavior As Nullable(Of QuerySplittingBehavior), shouldBuffer As Boolean)

Parametri

compiledQueryCacheKey
CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey

Chiave della cache non relazionale.

useRelationalNulls
Boolean

True per usare la logica relazionale Null.

querySplittingBehavior
Nullable<QuerySplittingBehavior>

QuerySplittingBehavior da utilizzare durante il caricamento delle raccolte correlate.

shouldBuffer
Boolean

true se la query deve essere memorizzata nel buffer.

Si applica a