1 write to SelectCommandType
System.Web (1)
UI\WebControls\SqlDataSource.cs (1)
459GetView().SelectCommandType = value;
2 references to SelectCommandType
System.Web (2)
UI\WebControls\SqlDataSource.cs (1)
456return GetView().SelectCommandType;
UI\WebControls\SqlDataSourceView.cs (1)
942command.CommandType = GetCommandType(SelectCommandType);