{"id":157,"date":"2016-02-18T17:13:57","date_gmt":"2016-02-18T17:13:57","guid":{"rendered":"https:\/\/ibex.tech\/csharp\/?p=157"},"modified":"2023-11-29T15:56:44","modified_gmt":"2023-11-29T15:56:44","slug":"delete","status":"publish","type":"post","link":"https:\/\/ibex.tech\/csharp\/c-sharp\/databases\/sqlite\/queries\/delete","title":{"rendered":"DELETE queries"},"content":{"rendered":"<h4>\n\tDELETE Example<br \/>\n<\/h4>\n<pre>\r\n<code>\r\n\t\/\/----- DO DELETE -----\r\n\tCommand1 = new System.Data.SQLite.SQLiteCommand(Connection1);\r\n\tCommand1.CommandText = @&quot;DELETE FROM tblBookLanguages WHERE LanguageId = @LanguageId&quot;;\r\n\tCommand1.Parameters.AddWithValue(&quot;@LanguageId&quot;, LanguageId);\r\n\tCommand1.ExecuteNonQuery();\r\n<\/code><\/pre>\n<p>\n\t&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>DELETE Example \/\/&#8212;&#8211; DO DELETE &#8212;&#8211; Command1 = new System.Data.SQLite.SQLiteCommand(Connection1); Command1.CommandText = @&quot;DELETE FROM tblBookLanguages WHERE LanguageId = @LanguageId&quot;; Command1.Parameters.AddWithValue(&quot;@LanguageId&quot;, LanguageId); Command1.ExecuteNonQuery(); &nbsp;<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[25],"tags":[],"class_list":["post-157","post","type-post","status-publish","format-standard","hentry","category-queries"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/posts\/157","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/comments?post=157"}],"version-history":[{"count":2,"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/posts\/157\/revisions"}],"predecessor-version":[{"id":1322,"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/posts\/157\/revisions\/1322"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/media?parent=157"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/categories?post=157"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/csharp\/wp-json\/wp\/v2\/tags?post=157"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}