2 writes to SelectCommand
System.Web (2)
UI\WebControls\SqlDataSource.cs (2)
442
GetView().
SelectCommand
= value;
964
_view.
SelectCommand
= _cachedSelectCommand;
4 references to SelectCommand
System.Web (4)
UI\WebControls\SqlDataSource.cs (1)
439
return GetView().
SelectCommand
;
UI\WebControls\SqlDataSourceView.cs (3)
350
if (
SelectCommand
!= value) {
875
if (
SelectCommand
.Length == 0) {
940
DbCommand command = _owner.CreateCommand(
SelectCommand
, connection);