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

Glossary Item Box

Overload List

OverloadDescription
IsLessOrEqual(String)In the current condition sets the [Less Than or Equal To] comparison type and in the right side of the condition adds the expression for the column with the specified alias.  
IsLessOrEqual(String,String)In the current condition sets the [Less Than or Equal To] comparison type and in the right side of the condition adds the expression for the column with the specified alias from the specified source.  
IsLessOrEqual(Select)In the current query condition, checks whether the value of the condition expression is less than or equal to the results of the passed-in subquery for the sample.  
IsLessOrEqual(Query)In the current condition sets the [Less Than or Equal To] comparison type and in the right side of the condition adds the expression for results of the passed-in random subquery.  
IsLessOrEqual(QueryParameter)In the current condition sets the [Less Than or Equal To] comparison type and in the right side of the condition adds the expression for the passed-in query parameter.  
IsLessOrEqual(QueryColumnExpression)In the current condition sets the [Less Than or Equal To] comparison type and in the right side of the condition adds the passed-in expression.  
IsLessOrEqual(IQueryColumnExpressionConvertible)In the current condition sets the [Less Than or Equal To] comparison type and in the right side of the condition adds the passed-in expression.  

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.