Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

QueryFunction - класс Члены  Смотри также  Terrasoft.Core.DB - пространство имен : QueryFunction - класс C#

Glossary Item Box

Base class of the expression function.

Синтаксис

public abstract class QueryFunction 

Тип QueryFunction предоставляет следующие члены.

Методы

 ИмяОписание
Public - методstatic (Shared in Visual Basic)AddGets the arithmetic addition expression of the passed-in expression functions.  
Public - методAddUsingParametersAdds the passed-in collection of parameters in the function arguments.  
Public - методBuildSqlTextGenerates the query text, using the passed-in System.Text.StringBuilder instance and the DBEngine query builder.  
Public - методCloneCreates a copy of the current QueryFunction instance.  
Public - методstatic (Shared in Visual Basic)DivideGets the expression of dividing the passed-in left expression function by the passed-in right expression function.  
Public - методGetQueryColumnExpressionGets the query column expression for the current query function.  
Public - методstatic (Shared in Visual Basic)MultiplyGets the expression of multiplying the passed-in expression functions.  
Public - методstatic (Shared in Visual Basic)NegateGets the expression that negates the value of the passed-in function.  
Public - методstatic (Shared in Visual Basic)SubtractGets the expression of subtraction of the passed-in right expression function from the passed-in left expression function.  

Операторы

public - оператор Сложение Overloads the operator of adding two expression functions.
public - оператор Деление Overloads the operator of dividing two expression functions.
public - оператор Умножение Overloads the operator of multiplying two expression functions.
public - оператор Вычитание Overloads the operator of subtracting the right expression function from the left expression function.
public - оператор Унарное отрицание Overloads the operator of negating the passed-in expression function.

Иерархия наследования

Смотри также

© Terrasoft 2002-2017.