Platform Core .NET Assemblies API
CreateSchemaColumnExpression(EntitySchemaQuery,EntitySchema,String,Boolean,Boolean) Method
See Also  Send Feedback
Terrasoft.Core.Entities Namespace > EntitySchemaQuery Class > CreateSchemaColumnExpression Method : CreateSchemaColumnExpression(EntitySchemaQuery,EntitySchema,String,Boolean,Boolean) Method
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 column of the lookup type. Optional parameter. Is equal to true by default.
useDisplayValue
Indicates whether to use the displayed value for the column. Optional parameter. Is equal to false by default.

Glossary Item Box

Gets the entity schema column expression for the specified entity schema query, root schema, path to column in relation to the root schema.

Syntax

 
C#
 
 

Parameters

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 column of the lookup type. Optional parameter. Is equal to true by default.
useDisplayValue
Indicates whether to use the displayed value for the column. Optional parameter. Is equal to false by default.

Return Value

The created EntitySchemaQueryExpression instance.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Terrasoft 2002-2018.