The following tables list the members exposed by EntitySchemaQueryExpressionCollection.
Name | Description | |
---|---|---|
EntitySchemaQueryExpressionCollection Constructor | Overloaded. |
Name | Description | |
---|---|---|
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. |
Name | Description | |
---|---|---|
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 | Overloaded. | |
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. |
Name | Description | |
---|---|---|
CollectionCleared | An event that occurs after all the items in the collection of query expressions have been deleted from the schema of the object. | |
CollectionClearing | An event that occurs before the item of the query expression collection is changed to an object schema. | |
QueryExpressionChanged | An event that occurs after the collection element of the query expression collection has changed to an object schema. | |
QueryExpressionChanging | An event that occurs before the item of the query expression collection is changed to an object schema. | |
QueryExpressionInserted | An event that occurs after an element is added to a collection of query expressions to an object schema. | |
QueryExpressionInserting | An event that occurs before an element is added to a collection of query expressions to an object schema. | |
QueryExpressionRemoved | An event that occurs after an item is removed from a collection of query expressions to an object schema. | |
QueryExpressionRemoving | Event that occurs before removing an item from the collection of expressions of the entity schema query. |