RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean)
Initialisiert eine neue Instanz der RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey-Klasse.
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)
Parameter
- compiledQueryCacheKey
- CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey
Der nicht relationale Cacheschlüssel.
- useRelationalNulls
- Boolean
True, um relationale NULL-Logik zu verwenden.
Gilt für:
RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean, Boolean)
Initialisiert eine neue Instanz der RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey-Klasse.
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)
Parameter
- compiledQueryCacheKey
- CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey
Der nicht relationale Cacheschlüssel.
- useRelationalNulls
- Boolean
True, um relationale NULL-Logik zu verwenden.
- shouldBuffer
- Boolean
True, wenn die Abfrage gepuffert werden soll.
Gilt für:
RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean, Nullable<QuerySplittingBehavior>, Boolean)
Initialisiert eine neue Instanz der RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey-Klasse.
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)
Parameter
- compiledQueryCacheKey
- CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey
Der nicht relationale Cacheschlüssel.
- useRelationalNulls
- Boolean
True, um relationale NULL-Logik zu verwenden.
- querySplittingBehavior
- Nullable<QuerySplittingBehavior>
QuerySplittingBehavior , um beim Laden verwandter Sammlungen zu verwenden.
- shouldBuffer
- Boolean
true
, wenn die Abfrage gepuffert werden soll.
Gilt für:
Entity Framework