RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean)
- Исходный код:
- RelationalCompiledQueryCacheKeyGenerator.cs
- Исходный код:
- RelationalCompiledQueryCacheKeyGenerator.cs
- Исходный код:
- RelationalCompiledQueryCacheKeyGenerator.cs
Инициализирует новый экземпляр класса 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
Значение true для использования реляционной логики NULL.
Применяется к
RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean, Boolean)
- Исходный код:
- RelationalCompiledQueryCacheKeyGenerator.cs
Инициализирует новый экземпляр класса 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
Значение true для использования реляционной логики NULL.
- shouldBuffer
- Boolean
Значение true, если запрос должен быть буферизованной.
Применяется к
RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean, Nullable<QuerySplittingBehavior>, Boolean)
- Исходный код:
- RelationalCompiledQueryCacheKeyGenerator.cs
- Исходный код:
- RelationalCompiledQueryCacheKeyGenerator.cs
- Исходный код:
- RelationalCompiledQueryCacheKeyGenerator.cs
- Исходный код:
- RelationalCompiledQueryCacheKeyGenerator.cs
- Исходный код:
- RelationalCompiledQueryCacheKeyGenerator.cs
Инициализирует новый экземпляр класса 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
Значение true для использования реляционной логики NULL.
- querySplittingBehavior
- Nullable<QuerySplittingBehavior>
QuerySplittingBehavior для использования при загрузке связанных коллекций.
- shouldBuffer
- Boolean
true
Значение , если запрос должен быть помещен в буфер.
Применяется к
Entity Framework