다음을 통해 공유


DependencyInjectionParameterBinding.With(IPropertyBase[]) 메서드

정의

지정된 사용된 속성이 포함된 복사본을 만듭니다.

public override Microsoft.EntityFrameworkCore.Metadata.ParameterBinding With (Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[] consumedProperties);
override this.With : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[] -> Microsoft.EntityFrameworkCore.Metadata.ParameterBinding
Public Overrides Function With (consumedProperties As IPropertyBase()) As ParameterBinding

매개 변수

consumedProperties
IPropertyBase[]

사용된 새 속성입니다.

반환

사용된 속성이 대체된 복사본입니다.

적용 대상