Rebornbuddy
Loading...
Searching...
No Matches
SQLite.PreparedSqlLiteInsertCommand Class Reference

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

Inheritance diagram for SQLite.PreparedSqlLiteInsertCommand:

Public Member Functions

int ExecuteNonQuery (object[] source)
void Dispose ()

Protected Member Functions

virtual Sqlite3Statement Prepare ()

Properties

bool Initialized [get, set]
SQLiteConnection Connection [get, set]
string CommandText [get, set]
Sqlite3Statement Statement [get, set]

Detailed Description

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

Member Function Documentation

◆ Dispose()

void SQLite.PreparedSqlLiteInsertCommand.Dispose ( )

◆ ExecuteNonQuery()

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

◆ Prepare()

virtual Sqlite3Statement SQLite.PreparedSqlLiteInsertCommand.Prepare ( )
protectedvirtual

Property Documentation

◆ CommandText

string SQLite.PreparedSqlLiteInsertCommand.CommandText
getset

◆ Connection

SQLiteConnection SQLite.PreparedSqlLiteInsertCommand.Connection
getsetprotected

◆ Initialized

bool SQLite.PreparedSqlLiteInsertCommand.Initialized
getset

◆ Statement

Sqlite3Statement SQLite.PreparedSqlLiteInsertCommand.Statement
getsetprotected