1 write to SelectMethod
System.Web (1)
UI\WebControls\ObjectDataSource.cs (1)
399
GetView().
SelectMethod
= value;
4 references to SelectMethod
System.Web (4)
UI\WebControls\ObjectDataSource.cs (1)
396
return GetView().
SelectMethod
;
UI\WebControls\ObjectDataSourceView.cs (3)
388
if (
SelectMethod
!= value) {
979
if (
SelectMethod
.Length == 0) {
1098
ObjectDataSourceMethod method = GetResolvedMethodData(type,
SelectMethod
, mergedParameters, DataSourceOperation.Select);