EntitySchema.CreateSelect(UserConnection,Boolean) - метод Смотри также Terrasoft.Core.Entities - пространство имен > EntitySchema - класс > CreateSelect - метод : CreateSelect(UserConnection,Boolean) - метод C#
- 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.
Glossary Item Box
public virtual Select CreateSelect( UserConnection userConnection, bool takeDisplayLookupValues )
Параметры
- 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.
Тип возвращаемого значения
Query to retrieve columns of the current schema.Method is overloaded.