Sdílet prostřednictvím


RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey Konstruktory

Definice

Přetížení

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean)

Inicializuje novou instanci RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey třídy.

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

Inicializuje novou instanci RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey třídy.

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

Inicializuje novou instanci RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey třídy.

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean)

Zdroj:
RelationalCompiledQueryCacheKeyGenerator.cs
Zdroj:
RelationalCompiledQueryCacheKeyGenerator.cs
Zdroj:
RelationalCompiledQueryCacheKeyGenerator.cs
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)

Parametry

compiledQueryCacheKey
CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey

Nerelační klíč mezipaměti.

useRelationalNulls
Boolean

True, pokud chcete použít relační logiku null.

Platí pro

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

Zdroj:
RelationalCompiledQueryCacheKeyGenerator.cs
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)

Parametry

compiledQueryCacheKey
CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey

Nerelační klíč mezipaměti.

useRelationalNulls
Boolean

True, pokud chcete použít relační logiku null.

shouldBuffer
Boolean

True, pokud má být dotaz do vyrovnávací paměti.

Platí pro

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

Zdroj:
RelationalCompiledQueryCacheKeyGenerator.cs
Zdroj:
RelationalCompiledQueryCacheKeyGenerator.cs
Zdroj:
RelationalCompiledQueryCacheKeyGenerator.cs
Zdroj:
RelationalCompiledQueryCacheKeyGenerator.cs
Zdroj:
RelationalCompiledQueryCacheKeyGenerator.cs
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)

Parametry

compiledQueryCacheKey
CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey

Nerelační klíč mezipaměti.

useRelationalNulls
Boolean

True, pokud chcete použít relační logiku null.

querySplittingBehavior
Nullable<QuerySplittingBehavior>

QuerySplittingBehavior použít při načítání souvisejících kolekcí.

shouldBuffer
Boolean

true pokud se má dotaz ukládat do vyrovnávací paměti.

Platí pro