RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey 구조체
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
쿼리를 고유하게 식별하는 키입니다. 컴파일된 버전의 쿼리를 캐시에 저장하고 조회하는 데 사용됩니다.
이 형식은 일반적으로 데이터베이스 공급자(및 기타 확장)에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.
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>
Protected Structure RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey
Protected Structure RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey
Implements IEquatable(Of RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey)
- 상속
-
RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey
- 특성
- 구현
생성자
메서드
Equals(Object) |
이 키가 지정된 개체와 동일한지 확인합니다(예: 동일한 쿼리의 키인 경우). |
Equals(RelationalCompiledQueryCacheKeyGenerator+RelationalCompiledQueryCacheKey) |
현재 개체가 동일한 형식의 다른 개체와 같은지 여부를 나타냅니다. |
GetHashCode() |
키에 대한 해시 코드를 가져옵니다. |
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Entity Framework