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

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

Glossary Item Box

Collection of column expressions.

Синтаксис

public class QueryColumnExpressionCollection : System.Collections.ObjectModel.Collection<QueryColumnExpression> 

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

Конструкторы

 ИмяОписание
Public QueryColumnExpressionCollection Перегружен.   

Методы

 ИмяОписание
Public - методAddПерегружен.   
Public - методAddExpressionAdds the passed-in expression in the current collection of column expressions.  
Public - методAddExpressionsRangeIn the current collection of column expressions, adds the range of expressions from the specified enumerator.  
Public - методAddRangeПерегружен.   
Public - методCloneCreates the clone of the current QueryColumnExpressionCollection instance.  
Public - методExistsByAliasDetermines whether the current collection of column expressions contains the expression with the specified alias.  
Public - методFindByAliasFrom the current collection of column expressions gets the expression with the specified alias.  
Public - методGetByAliasFrom the current collection of column expressions gets the expression with the specified alias. If the expression is not found in the collection, an exception is thrown.  
Public - методGetUniqueAliasFor the specified alias of the column expression generates a unique alias with the specified maximum length.  

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

System.Object
   System.Collections.ObjectModel.Collection<T>
      Terrasoft.Core.DB.QueryColumnExpressionCollection

Смотри также

© Terrasoft 2002-2017.