RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey 구조체

정의

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

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

protected struct RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey
protected readonly struct RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey
[System.Runtime.CompilerServices.IsReadOnly]
protected readonly struct RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey
[System.Runtime.CompilerServices.IsReadOnly]
protected readonly struct RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey : IEquatable<Microsoft.EntityFrameworkCore.Query.RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey>
상속
RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey
특성
구현

생성자

메서드

Equals(Object)

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

Equals(RelationalCompiledQueryCacheKeyGenerator+RelationalCompiledQueryCacheKey)

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

GetHashCode()

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

적용 대상

제품 버전
Entity Framework Core 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0