Click or drag to resize

TableMappingGetInsertCommand Method

Namespace:  SQLite
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public PreparedSqlLiteInsertCommand GetInsertCommand(
	SQLiteConnection conn,
	string extra
)

Parameters

conn
Type: SQLiteSQLiteConnection
extra
Type: SystemString

Return Value

Type: PreparedSqlLiteInsertCommand
See Also