 | IOrmResultSetWhere Method |
Wraps the query in this result set in another query with a where clause matching whereExpression
Namespace: SanteDB.OrmLiteAssembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
SyntaxIOrmResultSet Where(
Expression whereExpression
)
Function Where (
whereExpression As Expression
) As IOrmResultSet
IOrmResultSet^ Where(
Expression^ whereExpression
)
abstract Where :
whereExpression : Expression -> IOrmResultSet Parameters
- whereExpression Expression
[Missing <param name="whereExpression"/> documentation for "M:SanteDB.OrmLite.IOrmResultSet.Where(System.Linq.Expressions.Expression)"]
Return Value
IOrmResultSet[Missing <returns> documentation for "M:SanteDB.OrmLite.IOrmResultSet.Where(System.Linq.Expressions.Expression)"]
See Also