다음을 통해 공유


LinqDataSourceView.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

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

적용 대상