1 write to UpdateCommand
System.Web (1)
UI\WebControls\SqlDataSource.cs (1)
566
GetView().
UpdateCommand
= value;
3 references to UpdateCommand
System.Web (3)
UI\WebControls\SqlDataSource.cs (1)
563
return GetView().
UpdateCommand
;
UI\WebControls\SqlDataSourceView.cs (2)
142
return (
UpdateCommand
.Length != 0);
1149
DbCommand command = _owner.CreateCommand(
UpdateCommand
, connection);