| 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
)
Public Shared Function Insert (
objectType As Type
) As String
public:
static String^ Insert(
Type^ objectType
)
static member Insert :
objectType : Type -> string
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