RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey 构造函数

定义

重载

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean)

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

参数

compiledQueryCacheKey
CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey

非关系缓存键。

useRelationalNulls
Boolean

如果为 True,则使用关系 null 逻辑。

适用于

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

Source:
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)

参数

compiledQueryCacheKey
CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey

非关系缓存键。

useRelationalNulls
Boolean

如果为 True,则使用关系 null 逻辑。

shouldBuffer
Boolean

如果应缓冲查询,则为 True。

适用于

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

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

参数

compiledQueryCacheKey
CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey

非关系缓存键。

useRelationalNulls
Boolean

如果为 True,则使用关系 null 逻辑。

querySplittingBehavior
Nullable<QuerySplittingBehavior>

QuerySplittingBehavior 在加载相关集合时使用 。

shouldBuffer
Boolean

true 如果应缓冲查询,则为 。

适用于