Aracılığıyla paylaş


RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey Oluşturucular

Tanım

Aşırı Yüklemeler

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean)

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey sınıfının yeni bir örneğini başlatır.

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

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey sınıfının yeni bir örneğini başlatır.

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

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey sınıfının yeni bir örneğini başlatır.

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean)

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey sınıfının yeni bir örneğini başlatır.

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)

Parametreler

compiledQueryCacheKey
CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey

İlişkisel olmayan önbellek anahtarı.

useRelationalNulls
Boolean

İlişkisel null mantığı kullanmak için true.

Şunlara uygulanır

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

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey sınıfının yeni bir örneğini başlatır.

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)

Parametreler

compiledQueryCacheKey
CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey

İlişkisel olmayan önbellek anahtarı.

useRelationalNulls
Boolean

İlişkisel null mantığı kullanmak için true.

shouldBuffer
Boolean

Sorgu arabelleğe alınmalıdır.

Şunlara uygulanır

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

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey sınıfının yeni bir örneğini başlatır.

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)

Parametreler

compiledQueryCacheKey
CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey

İlişkisel olmayan önbellek anahtarı.

useRelationalNulls
Boolean

İlişkisel null mantığı kullanmak için true.

querySplittingBehavior
Nullable<QuerySplittingBehavior>

QuerySplittingBehavior öğesini seçin.

shouldBuffer
Boolean

true sorgu arabelleğe alınmalıdır.

Şunlara uygulanır