Platform Core .NET Assemblies API
EntitySchemaQueryExpressionCollection Class Members
See Also  Properties  Methods  Events Send Feedback
Terrasoft.Core.Entities Namespace : EntitySchemaQueryExpressionCollection Class

Glossary Item Box

The following tables list the members exposed by EntitySchemaQueryExpressionCollection.

Public Constructors

 NameDescription
Public ConstructorEntitySchemaQueryExpressionCollection ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyIsInCollectionClearedDetermines whether the handling of the CollectionCleared event is performed.  
Public PropertyIsInCollectionClearingDetermines whether the handling of the CollectionClearing event is performed.  
Public PropertyIsInQueryExpressionChangedDetermines whether the handling of the QueryExpressionChanged event is performed.  
Public PropertyIsInQueryExpressionChangingDetermines whether the handling of the QueryExpressionChanging event is performed.  
Public PropertyIsInQueryExpressionInsertedDetermines whether the handling of the QueryExpressionInserted event is performed.  
Public PropertyIsInQueryExpressionInsertingDetermines whether the handling of the QueryExpressionInserting event is performed.  
Public PropertyIsInQueryExpressionRemovedDetermines whether the handling of the QueryExpressionRemoved event is performed.  
Public PropertyIsInQueryExpressionRemovingDetermines whether the handling of the QueryExpressionRemoving event is performed.  
Public PropertyParentQueryQuery against the entity schema, which contains the collection of expressions.  
Top

Public Methods

 NameDescription
Public MethodCloneGets the System.Object instance that is a clone of the current collection of expressions of the entity schema query.  
Public MethodCreateQueryColumnExpressionFor the current collection of expressions, gets the enumerator of expressions of query columns. The enumerator is generated taking into account the specified access rights.  
Public MethodGetMaxQueryColumnAliasLengthFor the current collection of expressions, gets the maximum length of the alias of the query column in a specified path.  
Public MethodGetUniqueQueryColumnAliasOverloaded.   
Public MethodGetUsingSchemaColumnExpressionsFor the current collection of expressions, generates a collection of expressions that will be used for building an SQL query.  
Public MethodResetQueryColumnAliasesResets aliases for all items of the current collection.  
Top

Public Events

 NameDescription
Public EventCollectionClearedAn event that occurs after all the items in the collection of query expressions have been deleted from the schema of the object.  
Public EventCollectionClearingAn event that occurs before the item of the query expression collection is changed to an object schema.  
Public EventQueryExpressionChangedAn event that occurs after the collection element of the query expression collection has changed to an object schema.  
Public EventQueryExpressionChangingAn event that occurs before the item of the query expression collection is changed to an object schema.  
Public EventQueryExpressionInsertedAn event that occurs after an element is added to a collection of query expressions to an object schema.  
Public EventQueryExpressionInsertingAn event that occurs before an element is added to a collection of query expressions to an object schema.  
Public EventQueryExpressionRemovedAn event that occurs after an item is removed from a collection of query expressions to an object schema.  
Public EventQueryExpressionRemovingEvent that occurs before removing an item from the collection of expressions of the entity schema query.  
Top

See Also

© Terrasoft 2002-2018.