Class PreparedSqlLiteInsertCommand
Since the insert never changed, we only need to prepare once.
Inheritance
PreparedSqlLiteInsertCommand
Syntax
public class PreparedSqlLiteInsertCommand : IDisposable
Properties
CommandText
Declaration
public string CommandText { get; set; }
Property Value
Connection
Declaration
protected SQLiteConnection Connection { get; set; }
Property Value
Initialized
Declaration
public bool Initialized { get; set; }
Property Value
Statement
Declaration
protected IntPtr Statement { get; set; }
Property Value
Methods
Dispose()
Declaration
ExecuteNonQuery(Object[])
Declaration
public int ExecuteNonQuery(object[] source)
Parameters
Type |
Name |
Description |
Object[] |
source |
|
Returns
Finalize()
Declaration
protected void Finalize()
Prepare()
Declaration
protected virtual IntPtr Prepare()
Returns
Extension Methods