EntitySchemaQueryExpressionCollection - класс Члены Смотри также Terrasoft.Core.Entities - пространство имен : EntitySchemaQueryExpressionCollection - класс C#
Glossary Item Box
public class EntitySchemaQueryExpressionCollection : Terrasoft.Core.FactoryMetaItemCollection<EntitySchemaQueryExpression>, Terrasoft.Common.ICodeReviewSerializable, Terrasoft.Common.IMetaDataSerializable
Тип EntitySchemaQueryExpressionCollection предоставляет следующие члены.
Имя | Описание | |
---|---|---|
EntitySchemaQueryExpressionCollection | Перегружен. |
Имя | Описание | |
---|---|---|
IsInCollectionCleared | Determines whether the handling of the CollectionCleared event is performed. | |
IsInCollectionClearing | Determines whether the handling of the CollectionClearing event is performed. | |
IsInQueryExpressionChanged | Determines whether the handling of the QueryExpressionChanged event is performed. | |
IsInQueryExpressionChanging | Determines whether the handling of the QueryExpressionChanging event is performed. | |
IsInQueryExpressionInserted | Determines whether the handling of the QueryExpressionInserted event is performed. | |
IsInQueryExpressionInserting | Determines whether the handling of the QueryExpressionInserting event is performed. | |
IsInQueryExpressionRemoved | Determines whether the handling of the QueryExpressionRemoved event is performed. | |
IsInQueryExpressionRemoving | Determines whether the handling of the QueryExpressionRemoving event is performed. | |
ParentQuery | Query against the entity schema, which contains the collection of expressions. |
Имя | Описание | |
---|---|---|
Clone | Gets the System.Object instance that is a clone of the current collection of expressions of the entity schema query. | |
CreateQueryColumnExpression | For the current collection of expressions, gets the enumerator of expressions of query columns. The enumerator is generated taking into account the specified access rights. | |
GetMaxQueryColumnAliasLength | For the current collection of expressions, gets the maximum length of the alias of the query column in a specified path. | |
GetUniqueQueryColumnAlias | Перегружен. | |
GetUsingSchemaColumnExpressions | For the current collection of expressions, generates a collection of expressions that will be used for building an SQL query. | |
ResetQueryColumnAliases | Resets aliases for all items of the current collection. |
Имя | Описание | |
---|---|---|
CollectionCleared | Event that occurs after removing all items from the collection of expressions of the entity schema query. | |
CollectionClearing | Event that occurs before removing all items from the collection of expressions of the entity schema query. | |
QueryExpressionChanged | Event that occurs after changing an item in the collection of expressions of the entity schema query. | |
QueryExpressionChanging | Event that occurs before changing an item in the collection of expressions of the entity schema query. | |
QueryExpressionInserted | Event that occurs after adding an item in the collection of expressions of the entity schema query. | |
QueryExpressionInserting | Event that occurs before adding an item in the collection of expressions of the entity schema query. | |
QueryExpressionRemoved | Event that occurs after removing an item from the collection of expressions of the entity schema query. | |
QueryExpressionRemoving | Event that occurs before removing an item from the collection of expressions of the entity schema query. |
System.Object
System.Collections.ObjectModel.Collection<T>
Terrasoft.Core.Entities.EntitySchemaQueryExpressionCollection