Platform Core .NET Assemblies API
QueryColumnExpression Class Members
See Also  Properties  Methods  Send Feedback
Terrasoft.Core.DB Namespace : QueryColumnExpression Class

Glossary Item Box

The following tables list the members exposed by QueryColumnExpression.

Public Constructors

 NameDescription
Public ConstructorQueryColumnExpression ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyAliasThe alias of the column expression.  
Public PropertyArithmeticOperationArithmetic operation.  
Public PropertyCaseThe Case statement.  
Public PropertyConstValueThe constant value.  
Public PropertyExpressionTypeThe type of the column expression.  
Public PropertyFunctionFunction.  
Public PropertyIsBlockDetermines whether the column expression is placed in block.  
Public PropertyIsNegativeDetermines whether the column expression is a negation.  
Public PropertyLeftArithmeticOperandThe left operand of the arithmetic operation.  
Public PropertyParameterThe query parameter.  
Public PropertyRightArithmeticOperandThe right operand of the arithmetic operation.  
Public PropertySourceAliasThe alias of the source.  
Public PropertySourceColumnAliasThe alias of the column.  
Public PropertySqlTextSQL text.  
Public PropertySubSelectThe select subquery.  
Top

Public Methods

 NameDescription
Public Methodstatic (Shared in Visual Basic)AddGets the arithmetic addition expression for the passed-in column expressions.  
Public MethodBlockPlaces the current value of the column in block.  
Public MethodCloneCreates the clone of the current QueryColumnExpression instance.  
Public Methodstatic (Shared in Visual Basic)DivideGets an expression of the arithmetic division of the passed-in left column expression by the passed-in right column expression.  
Public MethodGetQueryColumnExpressionGets the current value of the column.  
Public Methodstatic (Shared in Visual Basic)MultiplyGets the arithmetic multiplication expression for the passed-in column expressions.  
Public Methodstatic (Shared in Visual Basic)NegateSets the negation of the passed-in value of the column expression.  
Public Methodstatic (Shared in Visual Basic)SubtractGets an expression of the arithmetic subtraction of the passed-in right column expression from the passed-in left column expression.  
Top

Public Operators

public Operator Addition Overloaded.  
public Operator Division Overloaded.  
public Operator Multiplication Overloaded.  
public Operator Subtraction Overloaded.  
public Operator Unary Negation The negation operator for the value of the column expression.
Top

See Also

© Terrasoft 2002-2018.