QueryContext.WhereParameters 속성

정의

레코드가 검색된 데이터에 포함되도록 true여야 하는 조건을 지정하는 매개 변수 컬렉션을 가져오거나 설정합니다.

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)

속성 값

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

적용 대상