Click or drag to resize

SQLiteCommandBuilderDelete Method (Type)

Build delete text

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

Parameters

objectType
Type: SystemType

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

Return Value

Type: String

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

See Also