Click or drag to resize

SQLiteCommandBuilderInsert Method (Type)

Build insert statement

Namespace:  SanteDB.DisconnectedClient.SQLite.Connection
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public static string Insert(
	Type objectType
)

Parameters

objectType
Type: SystemType

[Missing <param name="objectType"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Connection.SQLiteCommandBuilder.Insert(System.Type)"]

Return Value

Type: String

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Connection.SQLiteCommandBuilder.Insert(System.Type)"]

See Also