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