다음을 통해 공유


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

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

반환

QueryContext

계산된 매개 변수 컬렉션이 포함된 컨텍스트 개체의 인스턴스입니다.

적용 대상