Click or drag to resize

SqlStatementAppend Method (SqlStatement)

Append the SQL statement

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

Parameters

sql
Type: SanteDB.OrmLiteSqlStatement

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

Return Value

Type: SqlStatement

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

See Also