Platform Core .NET Assemblies API
CreateSchemaColumnQueryExpression(String,EntitySchema,EntitySchemaColumn,Boolean) Method
See Also  Send Feedback
Terrasoft.Core.Entities Namespace > EntitySchemaQuery Class > CreateSchemaColumnQueryExpression Method : CreateSchemaColumnQueryExpression(String,EntitySchema,EntitySchemaColumn,Boolean) Method
columnPath
Path to column in relation to the root schema.
rootSchema
The instance of the root schema.
schemaColumn
The instance of the column for which the expression is built.
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 column, root schema and schema column instance. You can define which column value type to use in the expression – either stored value or displayed value.

Syntax

 
C#
 
 

Parameters

columnPath
Path to column in relation to the root schema.
rootSchema
The instance of the root schema.
schemaColumn
The instance of the column for which the expression is built.
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, schemaColumn schema column 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.