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

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

Glossary Item Box

Collection of columns of the entity schema query.

Синтаксис

public class EntitySchemaQueryColumnCollection : Terrasoft.Core.UniqueNameMetaItemCollection<EntitySchemaQueryColumn>, Terrasoft.Common.ICodeReviewSerializable, Terrasoft.Common.IMetaDataSerializable  

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

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

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

Cвойства

 ИмяОписание
Public - свойствоParentQueryQuery against the schema of the entity that contains the collection of columns.  

Методы

 ИмяОписание
Public - методCloneGets the System.Object instance that is a clone of the current collection of columns of the entity schema query.  
Public - методExistsByPathDetermines whether the current collection contains the column with the specified path.  
Public - методFindSchemaColumnByNameIn the collection, searches for the schema column with the specified name. If no such schema column is found, null is returned.  
Public - методGetSelectingExpressionsFor the current collection of columns, gets the collection of column expressions that will be used for building the resulting SQL query.  
Public - методGetSelectingValueExpressionsFrom the current collection, gets the collection of columns whose stored values are selected in the entity schema query.  
Public - методGetUniqueNameBy the specified name, generates the column name that is unique for the current collection.  
Public - методHasAggregationSelectingColumnIndicates whether the collection contains a column that is used for building a query and to which the aggregate function is applied.  
Public - методRemoveByNameRemoves the column with the specified name from the collection.  

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

System.Object
   System.Collections.ObjectModel.Collection<T>
               Terrasoft.Core.Entities.EntitySchemaQueryColumnCollection

Смотри также

© Terrasoft 2002-2017.