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

True이면 관계형 null 논리를 사용합니다.

적용 대상

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

True이면 관계형 null 논리를 사용합니다.

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

True이면 관계형 null 논리를 사용합니다.

querySplittingBehavior
Nullable<QuerySplittingBehavior>

QuerySplittingBehavior 관련 컬렉션을 로드할 때 사용할 입니다.

shouldBuffer
Boolean

true 쿼리를 버퍼링해야 하는 경우 입니다.

적용 대상