Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# SQLite execute Command

SQLiteCommand cmd = new SQLiteCommand("[instructions]", connection);
cmd.ExecuteNonQuery();
 
PREVIOUS NEXT
Tagged: #SQLite #execute #Command
ADD COMMENT
Topic
Name
6+1 =