Click or drag to resize

TableMappingGetInsertCommand Method

Namespace:  Unvired.Kernel.SQLite
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public PreparedSqlLiteInsertCommand GetInsertCommand(
	SQLiteConnection conn,
	string extra
)

Parameters

conn
Type: Unvired.Kernel.SQLiteSQLiteConnection
extra
Type: SystemString

Return Value

Type: PreparedSqlLiteInsertCommand
See Also