EntitySchemaQuery.CreateSchemaColumnExpressions(IEnumerable,Boolean) - метод Смотри также Terrasoft.Core.Entities - пространство имен > EntitySchemaQuery - класс > CreateSchemaColumnExpressions - метод : CreateSchemaColumnExpressions(IEnumerable,Boolean) - метод C#
- columnPaths
- Enumerator of paths to columns 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 IEnumerable<EntitySchemaQueryExpression> CreateSchemaColumnExpressions( IEnumerable<string> columnPaths, bool useCoalesceFunctionForMultiLookup )
Параметры
- columnPaths
- Enumerator of paths to columns 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.