QueryableDataSourceView.CreateQueryContext(DataSourceSelectArguments) 메서드

정의

평가된 매개 변수 컬렉션을 포함하는 쿼리 컨텍스트 개체의 인스턴스를 만듭니다.

protected:
 System::Web::UI::WebControls::QueryContext ^ CreateQueryContext(System::Web::UI::DataSourceSelectArguments ^ arguments);
protected System.Web.UI.WebControls.QueryContext CreateQueryContext(System.Web.UI.DataSourceSelectArguments arguments);
member this.CreateQueryContext : System.Web.UI.DataSourceSelectArguments -> System.Web.UI.WebControls.QueryContext
Protected Function CreateQueryContext (arguments As DataSourceSelectArguments) As QueryContext

매개 변수

arguments
DataSourceSelectArguments

기본 데이터 검색 이외의 데이터에 대한 작업을 요청하는 데 사용되는 개체의 컬렉션입니다.

반품

평가된 매개 변수 컬렉션을 포함하는 컨텍스트 개체의 인스턴스입니다.

적용 대상