Platform Core .NET Assemblies API
CreateSchemaColumnQueryExpression(String,EntitySchema,Boolean) Method
See Also  Send Feedback
Terrasoft.Core.Entities Namespace > EntitySchemaQuery Class > CreateSchemaColumnQueryExpression Method : CreateSchemaColumnQueryExpression(String,EntitySchema,Boolean) Method
columnPath
Path to the schema column in relation to the root schema.
rootSchema
The root schema.
useDisplayValue
Indicates whether to use the displayed value for the column. Optional parameter. Is equal to false by default.

Glossary Item Box

Gets the expression of the entity schema query by the specified path to schema column and the root schema. You can define which column value type to use in the expression – either stored value or displayed value.

Syntax

 
C#
 
 

Parameters

columnPath
Path to the schema column in relation to the root schema.
rootSchema
The root schema.
useDisplayValue
Indicates whether to use the displayed value for the column. Optional parameter. Is equal to false by default.

Return Value

Expression of the entity schema query. It is built by the path to the columnPath column, rootSchema root schema and based on the useDisplayValue value.

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.