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