1 write to DeleteCommand
System.Web (1)
UI\WebControls\SqlDataSource.cs (1)
242GetView().DeleteCommand = value;
3 references to DeleteCommand
System.Web (3)
UI\WebControls\SqlDataSource.cs (1)
239return GetView().DeleteCommand;
UI\WebControls\SqlDataSourceView.cs (2)
97return (DeleteCommand.Length != 0); 805DbCommand command = _owner.CreateCommand(DeleteCommand, connection);