다음을 통해 공유


IPropertyParameterBindingFactory 인터페이스

정의

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 특별히 을 찾습니다.

적용 대상