다음을 통해 공유


QueryContext.WhereParameters 속성

정의

레코드를 검색된 데이터에 포함하기 위해 충족해야 하는 조건을 지정하는 매개 변수의 컬렉션을 가져오거나 설정합니다.

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

속성 값

IDictionary<String,Object>

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

적용 대상