Click or drag to resize

SqlStatementAppend Method (SqlStatement)

Append the SQL statement

Namespace:  SanteDB.DisconnectedClient.SQLite.Query
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public SqlStatement Append(
	SqlStatement sql
)

Parameters

sql
Type: SanteDB.DisconnectedClient.SQLite.QuerySqlStatement

[Missing <param name="sql"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.SqlStatement.Append(SanteDB.DisconnectedClient.SQLite.Query.SqlStatement)"]

Return Value

Type: SqlStatement

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.SqlStatement.Append(SanteDB.DisconnectedClient.SQLite.Query.SqlStatement)"]

See Also