Platform Core .NET Assemblies API
Where Method
See Also  Send Feedback
Terrasoft.Core.DB Namespace > Query Class : Where Method

Glossary Item Box

Overload List

OverloadDescription
Where()Adds the empty initial condition to the current query.  
Where(String)In the current query, adds the initial condition for the column with the specified alias.  
Where(String,String)In the current query, adds a condition for the column with the specified alias from the specified source.  
Where(Select)In the current query, adds the initial condition for results of the passed-in select subquery.  
Where(Query)In the current query, adds the initial condition for results of the random subquery.  
Where(QueryParameter)In the current query, adds the initial condition for the passed-in query parameter.  
Where(QueryColumnExpression)In the current query, adds the initial condition for the value of the passed-in expression.  
Where(IQueryColumnExpressionConvertible)In the current query, adds the initial condition for the value of the passed-in expression.  
Where(QueryCondition)In the current query, adds the passed-in condition as the initial condition.  

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Terrasoft 2002-2018.