다음을 통해 공유


CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey 구조체

정의

쿼리를 고유하게 식별하는 키입니다. 컴파일된 버전의 쿼리를 캐시에 저장하고 조회하는 데 사용됩니다.

이 형식은 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.

protected struct CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey
protected readonly struct CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey
[System.Runtime.CompilerServices.IsReadOnly]
protected readonly struct CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey
[System.Runtime.CompilerServices.IsReadOnly]
protected readonly struct CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey : IEquatable<Microsoft.EntityFrameworkCore.Query.CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey>
Protected Structure CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey
Protected Structure CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey
Implements IEquatable(Of CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey)
상속
CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey
특성
구현

생성자

CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey(Expression, IModel, QueryTrackingBehavior, Boolean)

CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey 클래스의 새 인스턴스를 초기화합니다.

메서드

Equals(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey)

현재 개체가 동일한 형식의 다른 개체와 같은지 여부를 나타냅니다.

Equals(Object)

이 키가 지정된 개체와 동일한지 확인합니다(예: 동일한 쿼리의 키인 경우).

GetHashCode()

키에 대한 해시 코드를 가져옵니다.

적용 대상