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