RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean)
Inicjuje nowe wystąpienie klasy RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey.
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
Klucz nierelacyjnej pamięci podręcznej.
- useRelationalNulls
- Boolean
Prawda, aby użyć logiki relacyjnej wartości null.
Dotyczy
RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean, Boolean)
Inicjuje nowe wystąpienie klasy RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey.
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
Klucz nierelacyjnej pamięci podręcznej.
- useRelationalNulls
- Boolean
Prawda, aby użyć logiki relacyjnej wartości null.
- shouldBuffer
- Boolean
Prawda, jeśli zapytanie powinno być buforowane.
Dotyczy
RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean, Nullable<QuerySplittingBehavior>, Boolean)
Inicjuje nowe wystąpienie klasy RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey.
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
Klucz nierelacyjnej pamięci podręcznej.
- useRelationalNulls
- Boolean
Prawda, aby użyć logiki relacyjnej wartości null.
- querySplittingBehavior
- Nullable<QuerySplittingBehavior>
QuerySplittingBehavior do użycia podczas ładowania powiązanych kolekcji.
- shouldBuffer
- Boolean
true
jeśli zapytanie powinno być buforowane.