TableMappingGetInsertCommand Method |
Namespace:
Unvired.Kernel.SQLite
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic PreparedSqlLiteInsertCommand GetInsertCommand(
SQLiteConnection conn,
string extra
)
Public Function GetInsertCommand (
conn As SQLiteConnection,
extra As String
) As PreparedSqlLiteInsertCommand
public:
PreparedSqlLiteInsertCommand^ GetInsertCommand(
SQLiteConnection^ conn,
String^ extra
)
member GetInsertCommand :
conn : SQLiteConnection *
extra : string -> PreparedSqlLiteInsertCommand
Parameters
- conn
- Type: Unvired.Kernel.SQLiteSQLiteConnection
- extra
- Type: SystemString
Return Value
Type:
PreparedSqlLiteInsertCommand
See Also