1 write to DeleteCommandType
System.Web (1)
UI\WebControls\SqlDataSource.cs (1)
259GetView().DeleteCommandType = value;
2 references to DeleteCommandType
System.Web (2)
UI\WebControls\SqlDataSource.cs (1)
256return GetView().DeleteCommandType;
UI\WebControls\SqlDataSourceView.cs (1)
814command.CommandType = GetCommandType(DeleteCommandType);