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