1 write to UpdateCommandType
System.Web (1)
UI\WebControls\SqlDataSource.cs (1)
583GetView().UpdateCommandType = value;
2 references to UpdateCommandType
System.Web (2)
UI\WebControls\SqlDataSource.cs (1)
580return GetView().UpdateCommandType;
UI\WebControls\SqlDataSourceView.cs (1)
1159command.CommandType = GetCommandType(UpdateCommandType);