Bagikan melalui


RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey Konstruktor

Definisi

Overload

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean)

Menginisialisasi instans baru kelas RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey.

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

Menginisialisasi instans baru kelas RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey.

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

Menginisialisasi instans baru kelas RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey.

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean)

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

Kunci cache non-relasional.

useRelationalNulls
Boolean

True untuk menggunakan logika null relasional.

Berlaku untuk

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

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

Kunci cache non-relasional.

useRelationalNulls
Boolean

True untuk menggunakan logika null relasional.

shouldBuffer
Boolean

Benar jika kueri harus di-buffer.

Berlaku untuk

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

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

Kunci cache non-relasional.

useRelationalNulls
Boolean

True untuk menggunakan logika null relasional.

querySplittingBehavior
Nullable<QuerySplittingBehavior>

QuerySplittingBehavior untuk digunakan saat memuat koleksi terkait.

shouldBuffer
Boolean

true jika kueri harus di-buffer.

Berlaku untuk