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