EntitySchemaQuery.CreateSchemaColumnQueryExpression(String,EntitySchema,Boolean) - метод Смотри также Terrasoft.Core.Entities - пространство имен > EntitySchemaQuery - класс > CreateSchemaColumnQueryExpression - метод : CreateSchemaColumnQueryExpression(String,EntitySchema,Boolean) - метод C#
- columnPath
- Path to the schema column in relation to the root schema.
- rootSchema
- The root schema.
- 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, bool useDisplayValue )
Параметры
- columnPath
- Path to the schema column in relation to the root schema.
- rootSchema
- The root schema.
- useDisplayValue
- Indicates whether to use the displayed value for the column. Optional parameter. Is equal to
false
by default.