EntitySchemaQuery.CreateSchemaColumnExpression(String,Boolean) - метод Смотри также Terrasoft.Core.Entities - пространство имен > EntitySchemaQuery - класс > CreateSchemaColumnExpression - метод : CreateSchemaColumnExpression(String,Boolean) - метод C#
- columnPath
- Path to column in relation to the root schema.
- useCoalesceFunctionForMultiLookup
- Indicates whether to use the
COALESCE
function for the column of the multilookup type. Optional parameter. Is equal totrue
by default.
Glossary Item Box
public EntitySchemaQueryExpression CreateSchemaColumnExpression( string columnPath, bool useCoalesceFunctionForMultiLookup )
Параметры
- columnPath
- Path to column in relation to the root schema.
- useCoalesceFunctionForMultiLookup
- Indicates whether to use the
COALESCE
function for the column of the multilookup type. Optional parameter. Is equal totrue
by default.