EntitySchemaQuery.CreateSchemaColumnExpression(EntitySchema,String,Boolean) - метод Смотри также Terrasoft.Core.Entities - пространство имен > EntitySchemaQuery - класс > CreateSchemaColumnExpression - метод : CreateSchemaColumnExpression(EntitySchema,String,Boolean) - метод C#
- 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.
Glossary Item Box
public static EntitySchemaQueryExpression CreateSchemaColumnExpression( EntitySchema rootSchema, string columnPath, bool useCoalesceFunctionForMultiLookup )
Параметры
- 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.