다음을 통해 공유


ContextDataSourceView.GetSource(QueryContext) 메서드

정의

쿼리 컨텍스트의 소스를 검색합니다.

protected:
 override System::Object ^ GetSource(System::Web::UI::WebControls::QueryContext ^ context);
protected override object GetSource (System.Web.UI.WebControls.QueryContext context);
override this.GetSource : System.Web.UI.WebControls.QueryContext -> obj
Protected Overrides Function GetSource (context As QueryContext) As Object

매개 변수

context
QueryContext

현재 쿼리 컨텍스트입니다.

반환

Object

쿼리를 적용할 데이터 소스입니다.

적용 대상