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

쿼리를 적용할 데이터 컨텍스트입니다.

반품

쿼리를 적용할 데이터 원본입니다.

적용 대상