EntitySchema.CreateSelect - метод Смотри также Terrasoft.Core.Entities - пространство имен > EntitySchema - класс : CreateSelect - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
CreateSelect(UserConnection,Boolean) | Creates a basic query that retrieves columns of the current schema, using the specified user connection. Depending on the value of the takeDisplayLookupValues parameter, the query can return primary display values from lookups. |
CreateSelect(UserConnection,Boolean,EntitySchemaColumnMap) | 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. |
CreateSelect(UserConnection,IEnumerable<EntitySchemaColumn>,Boolean) | Creates a basic query that retrieves values of the specified enumerator of columns of the current schema, using the specified user connection. Depending on the value of the takeDisplayLookupValues parameter, the query results can return the primary display values from lookups. |
CreateSelect(UserConnection,IEnumerable<EntitySchemaColumn>,Boolean,EntitySchemaColumnMap) | Creates a basic query to retrieve the specified enumerator of the schema columns, using the specified user connection, and returning a map of columns. Depending on the value of the takeDisplayLookupValues parameter, the query results can return primary display values from lookups. |