Click or drag to resize

SqlStatementOr Method (String, Object)

Construct a where clause on the expression tree

Namespace:  SanteDB.OrmLite
Assembly:  SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 2.2.1
Syntax
public SqlStatement Or(
	string clause,
	params Object[] args
)

Parameters

clause
Type: SystemString

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

args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:SanteDB.OrmLite.SqlStatement.Or(System.String,System.Object[])"]

Return Value

Type: SqlStatement

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

See Also