StoreObjectDictionary<T> 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
키를 기반으로 하는 조회를 나타냅니다 StoreObjectIdentifier .
public class StoreObjectDictionary<T> : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyStoreObjectDictionary<T> where T : class
type StoreObjectDictionary<'T (requires 'T : null)> = class
interface IReadOnlyStoreObjectDictionary<'T (requires 'T : null)>
Public Class StoreObjectDictionary(Of T)
Implements IReadOnlyStoreObjectDictionary(Of T)
형식 매개 변수
- T
값 형식입니다.
- 상속
-
StoreObjectDictionary<T>
- 구현
생성자
| StoreObjectDictionary<T>() |
키를 기반으로 하는 조회를 나타냅니다 StoreObjectIdentifier . |
메서드
| Add(StoreObjectIdentifier, T) |
지정한 키와 값을 사전에 추가합니다. |
| Find(StoreObjectIdentifier) |
키를 기반으로 하는 조회를 나타냅니다 StoreObjectIdentifier . |
| GetValues() |
이 컬렉션의 값을 포함하는 컬렉션을 가져옵니다. |
| Remove(StoreObjectIdentifier) |
컬렉션에서 지정된 키가 있는 값을 제거하고 성공하면 반환합니다. |