SQL - Extended  1.0.0
Pi-Con: Small utilities makes the difference
Public Member Functions | List of all members
SQLite.PreparedSqlLiteInsertCommand Class Reference

Since the insert never changed, we only need to prepare once. More...

Inheritance diagram for SQLite.PreparedSqlLiteInsertCommand:

Public Member Functions

 PreparedSqlLiteInsertCommand (SQLiteConnection conn, string commandText)
 Constructor More...
 
int ExecuteNonQuery (object[] source)
 Execute a Command and return the count of the affected record More...
 
void Dispose ()
 Disposing the command More...
 

Detailed Description

Since the insert never changed, we only need to prepare once.

Constructor & Destructor Documentation

◆ PreparedSqlLiteInsertCommand()

SQLite.PreparedSqlLiteInsertCommand.PreparedSqlLiteInsertCommand ( SQLiteConnection  conn,
string  commandText 
)

Constructor

Parameters
conn
commandText

Member Function Documentation

◆ Dispose()

void SQLite.PreparedSqlLiteInsertCommand.Dispose ( )

Disposing the command

◆ ExecuteNonQuery()

int SQLite.PreparedSqlLiteInsertCommand.ExecuteNonQuery ( object[]  source)

Execute a Command and return the count of the affected record

Parameters
source
Returns

The documentation for this class was generated from the following file: