|  | SqlStatementWhere Method (String, Object) | 
 
            Construct a where clause on the expression tree
            
 
    Namespace: 
   SanteDB.DisconnectedClient.SQLite.Query
    Assembly:
   SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
 Syntax
Syntaxpublic SqlStatement Where(
	string whereClause,
	params Object[] args
)
Public Function Where ( 
	whereClause As String,
	ParamArray args As Object()
) As SqlStatement
public:
SqlStatement^ Where(
	String^ whereClause, 
	... array<Object^>^ args
)
member Where : 
        whereClause : string * 
        args : Object[] -> SqlStatement 
Parameters
- whereClause
- Type: SystemString
 [Missing <param name="whereClause"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.SqlStatement.Where(System.String,System.Object[])"] 
- args
- Type: SystemObject
 [Missing <param name="args"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.SqlStatement.Where(System.String,System.Object[])"] 
Return Value
Type: 
SqlStatement[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.SqlStatement.Where(System.String,System.Object[])"]
 See Also
See Also