Click or drag to resize

SqlStatementOr Method (SqlStatement)

Append an AND condition

Namespace:  SanteDB.OrmLite
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
public SqlStatement Or(
	SqlStatement clause
)

Parameters

clause
Type: SanteDB.OrmLiteSqlStatement

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

Return Value

Type: SqlStatement

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

See Also