EntitySchemaQueryExpression - члены Смотри также Cвойства Методы События Terrasoft.Core.Entities - пространство имен : EntitySchemaQueryExpression - класс Включить унаследованные члены Включить защищенные члены
Glossary Item Box
Тип EntitySchemaQueryExpression предоставляет следующие члены.
Имя | Описание | |
---|---|---|
EntitySchemaQueryExpression | Перегружен. |
Имя | Описание | |
---|---|---|
ArithmeticOperation | Arithmetic operation. | |
ExpressionType | The expression type. | |
Function | The expression function. | |
IsAggregationFunction | Indicates whether the expression is an aggregate function. | |
IsBlock | Determines whether the expression is placed in block. | |
IsInExpressionTypeChanged | Determines whether the handling of the ExpressionTypeChanged event is performed. | |
IsInExpressionTypeChanging | Determines whether the handling of the ExpressionTypeChanging event is performed. | |
IsInFunctionChanged | Determines whether the handling of FunctionChanged is performed. | |
IsInFunctionChanging | Determines whether the handling of the FunctionChanging event is performed. | |
IsInParameterValueChanged | Determines whether the handling of the ParameterValueChanged event is performed. | |
IsInParameterValueChanging | Determines whether the handling of the ParameterValueChanging event is performed. | |
IsInParameterValueForcedTypeChanged | Determines whether the handling of the ParameterValueForcedTypeChanged event is performed. | |
IsInParameterValueForcedTypeChanging | Determines whether the handling of the ParameterValueForcedTypeChanging event is performed. | |
IsNegative | Determines whether the expression is a negation. | |
IsSubQuery | Indicates whether the expression is a subquery. | |
JoinPath | Path to the linked table of the expression column. | |
LeftArithmeticOperand | The left operand of the arithmetic operation. | |
ParameterValue | The value of the parameter. | |
ParameterValueForcedType | The typed value of the parameter. | |
ParentQuery | Parent entity schema query. | |
Path | Full path to the expression column. | |
QueryColumnAlias | The query column alias. | |
RightArithmeticOperand | The right operand of the arithmetic operation. | |
RootSchema | The root schema. | |
SchemaColumn | Instance of the schema column. | |
SchemaColumnName | Name of the schema column. | |
SourceAlias | The alias of the data source. | |
SourceName | Data source. | |
SubQuery | Entity schema subquery. | |
SubQueryOptions | Parameters of the entity schema subquery. |
Имя | Описание | |
---|---|---|
Clone | Переопределен. Gets the System.Object instance that is a clone of the current EntitySchemaQueryExpression instance. | |
CreateQueryColumnExpression | For the current expression, creates a column expression to query the database, taking into account the specified access rights. | |
GetCaption | Gets the caption to display for the current expression of the entity schema query. | |
GetJoinPath | Gets the path to the linked table from which the column expression is selected, by the specified full path to the expression column. | |
GetResultDataValueType | Gets the data type of the current expression of the entity schema query, using the passed-in data type manager. | |
WriteMetaData | Переопределен. Serializes the expression of the entity schema query, using the specified Terrasoft.Common.DataWriter instance. |
Имя | Описание | |
---|---|---|
ExpressionTypeChanged | Event that occurs after changing the type of expression of the entity schema query. | |
ExpressionTypeChanging | Event that occurs before changing the type of expression of the entity schema query. | |
FunctionChanged | Event that occurs after changing the function of the entity schema query. | |
FunctionChanging | Event that occurs before changing the function of the entity schema query. | |
ParameterValueChanged | Event that occurs after changing the parameter value of the entity schema query. | |
ParameterValueChanging | Event that occurs before changing the parameter value of the entity schema query. | |
ParameterValueForcedTypeChanged | Event that occurs after changing the typed parameter value. | |
ParameterValueForcedTypeChanging | Event that occurs before changing the typed parameter value. |