次の方法で共有


RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey コンストラクター

定義

オーバーロード

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean)

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey クラスの新しいインスタンスを初期化します。

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

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey クラスの新しいインスタンスを初期化します。

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

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey クラスの新しいインスタンスを初期化します。

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean)

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)

パラメーター

compiledQueryCacheKey
CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey

非リレーショナル キャッシュ キー。

useRelationalNulls
Boolean

リレーショナル null ロジックを使用する場合は True。

適用対象

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

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)

パラメーター

compiledQueryCacheKey
CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey

非リレーショナル キャッシュ キー。

useRelationalNulls
Boolean

リレーショナル null ロジックを使用する場合は True。

shouldBuffer
Boolean

True を指定すると、クエリをバッファーに格納する必要があります。

適用対象

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

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)

パラメーター

compiledQueryCacheKey
CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey

非リレーショナル キャッシュ キー。

useRelationalNulls
Boolean

リレーショナル null ロジックを使用する場合は True。

querySplittingBehavior
Nullable<QuerySplittingBehavior>

QuerySplittingBehavior 関連するコレクションを読み込むときに使用します。

shouldBuffer
Boolean

true クエリをバッファーに格納する必要がある場合は 。

適用対象