Platform Core .NET Assemblies API
CreateSelect(UserConnection,Boolean,EntitySchemaColumnMap) Method
See Also  Send Feedback
Terrasoft.Core.Entities Namespace > EntitySchema Class > CreateSelect Method : CreateSelect(UserConnection,Boolean,EntitySchemaColumnMap) Method
userConnection
User connection.
takeDisplayLookupValues
Indicates that the query returns the primary display values. If the parameter is true, the query will return the primary display values.
columnMap
Map of columns for the created query.

Glossary Item Box

Creates a basic query to retrieve values of all columns of the current schema, using the specified user connection, and returning a map of columns. Depending on the takeDisplayLookupValues parameter, the query results can return the primary display values.

Syntax

 
C#
 
 

Parameters

userConnection
User connection.
takeDisplayLookupValues
Indicates that the query returns the primary display values. If the parameter is true, the query will return the primary display values.
columnMap
Map of columns for the created query.

Return Value

Query to retrieve columns of the current schema.

Remarks

Method is overloaded.

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.