SQLINQ Class Library  (April 2015)
Using SQLINQ to transform UML to C#
Assets.SQLINQ.SQLite.Net.PreparedSqlLiteInsertCommand Class Reference

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

Inheritance diagram for Assets.SQLINQ.SQLite.Net.PreparedSqlLiteInsertCommand:

Public Member Functions

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

Protected Member Functions

virtual IntPtr Prepare ()
 

Properties

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

Detailed Description

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