4 references to CreateCommand
System.Web (4)
UI\WebControls\SqlDataSourceView.cs (4)
805DbCommand command = _owner.CreateCommand(DeleteCommand, connection); 847DbCommand command = _owner.CreateCommand(InsertCommand, connection); 940DbCommand command = _owner.CreateCommand(SelectCommand, connection); 1149DbCommand command = _owner.CreateCommand(UpdateCommand, connection);