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