EntitySchemaQuery.CreateSchemaColumnQueryExpression(String,EntitySchema,EntitySchemaColumn,Boolean) - метод Смотри также Terrasoft.Core.Entities - пространство имен > EntitySchemaQuery - класс > CreateSchemaColumnQueryExpression - метод : CreateSchemaColumnQueryExpression(String,EntitySchema,EntitySchemaColumn,Boolean) - метод C#
- columnPath
- Path to column in relation to the root schema.
- rootSchema
- The instance of the root schema.
- schemaColumn
- The instance of the column for which the expression is built.
- useDisplayValue
- Indicates whether to use the displayed value for the column. Optional parameter. Is equal to
false
by default.
Glossary Item Box
public static EntitySchemaQueryExpression CreateSchemaColumnQueryExpression( string columnPath, EntitySchema rootSchema, EntitySchemaColumn schemaColumn, bool useDisplayValue )
Параметры
- columnPath
- Path to column in relation to the root schema.
- rootSchema
- The instance of the root schema.
- schemaColumn
- The instance of the column for which the expression is built.
- useDisplayValue
- Indicates whether to use the displayed value for the column. Optional parameter. Is equal to
false
by default.