EntitySchemaQueryExpression - конструктор Смотри также Terrasoft.Core.Entities - пространство имен > EntitySchemaQueryExpression - класс : EntitySchemaQueryExpression C#
Glossary Item Box
Перегрузка | Описание |
---|---|
EntitySchemaQueryExpression () | Initializes a new EntitySchemaQueryExpression instance. |
EntitySchemaQueryExpression (EntitySchemaQueryExpressionType) | Initializes the EntitySchemaQueryExpression instance with the specified type of expression of the entity schema query. |
EntitySchemaQueryExpression (EntitySchema,String) | Initializes the EntitySchemaQueryExpression instance for the column in a path specified in relation to the root schema. |
EntitySchemaQueryExpression (EntitySchema,EntitySchemaColumn,String) | Initializes the EntitySchemaQueryExpression instance for the specified instance of the column of the entity schema that is in a path specified in relation to the root schema. |
EntitySchemaQueryExpression (EntitySchemaQueryFunction) | Initializes the EntitySchemaQueryExpression instance for the specified function of the entity schema query. |
EntitySchemaQueryExpression (EntitySchemaQuery) | Initializes the EntitySchemaQueryExpression instance for the specified entity schema subquery. |
EntitySchemaQueryExpression (ArithmeticOperation,EntitySchemaQueryExpression,EntitySchemaQueryExpression) | Initializes the EntitySchemaQueryExpression instance for the arithmetic operation with the specified operands. |
EntitySchemaQueryExpression (EntitySchemaQueryExpression) | Initializes the EntitySchemaQueryExpression instance that is a clone of the passed-in expression of the entity schema query. |