다음을 통해 공유


QueryContext.SelectParameters 속성

정의

검색된 데이터에 포함된 속성 및 계산된 값을 지정하는 매개 변수의 컬렉션을 가져오거나 설정합니다.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ SelectParameters { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> SelectParameters { get; }
member this.SelectParameters : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property SelectParameters As IDictionary(Of String, Object)

속성 값

IDictionary<String,Object>

데이터 소스가 Select 명령을 만드는 데 사용하는 매개 변수 컬렉션입니다.

적용 대상