3 writes to _dataSource
System.Web.Extensions (3)
UI\WebControls\QueryExtender.cs (3)
29
_dataSource
= dataSource;
40
_dataSource
= DataBoundControlHelper.FindControl(this, TargetControlID) as IQueryableDataSource;
77
_dataSource
= null;
3 references to _dataSource
System.Web.Extensions (3)
UI\WebControls\QueryExtender.cs (3)
36
if (
_dataSource
== null) {
42
if (
_dataSource
== null) {
49
return
_dataSource
;