|  | SqlStatementTWhere Method (ExpressionFuncT, Boolean) | 
 
            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(
	Expression<Func<T, bool>> expression
)
Public Function Where ( 
	expression As Expression(Of Func(Of T, Boolean))
) As SqlStatement
public:
SqlStatement^ Where(
	Expression<Func<T, bool>^>^ expression
)
member Where : 
        expression : Expression<Func<'T, bool>> -> SqlStatement 
Parameters
- expression
- Type: System.Linq.ExpressionsExpressionFuncT, Boolean
 [Missing <param name="expression"/> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.SqlStatement`1.Where(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}})"] 
Return Value
Type: 
SqlStatement[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.SQLite.Query.SqlStatement`1.Where(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}})"]
 See Also
See Also