IPropertyParameterBindingFactory 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ParameterBinding 모델의 일부 속성 형식(즉, 일부IPropertyBase)에 대해 특별히 을 찾습니다.
public interface IPropertyParameterBindingFactory
type IPropertyParameterBindingFactory = interface
Public Interface IPropertyParameterBindingFactory
설명
서비스 수명은 입니다 Singleton. 즉, 여러 DbContext 인스턴스에서 단일 instance 사용됩니다. 구현은 스레드로부터 안전해야 합니다. 이 서비스는 로 Scoped등록된 서비스에 의존할 수 없습니다.
자세한 내용 및 예제는 생성자가 있는 엔터티 형식 을 참조하세요.
메서드
FindParameter(IComplexType, Type, String) |
ParameterBinding 모델에서 에 대해 IPropertyBase 특별히 을 찾습니다. |
FindParameter(IEntityType, Type, String) |
ParameterBinding 모델에서 에 대해 IPropertyBase 특별히 을 찾습니다. |
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Entity Framework