Select.From - метод Смотри также Terrasoft.Core.DB - пространство имен > Select - класс : From - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
From(String) | Adds the schema with the specified name as the data source expression of the current query. |
From(Select) | Adds the expression for the passed-in select subquery as the data source expression of the current query. |
From(Query) | Adds the expression for the passed-in random subquery as the data source expression of the current query. |
From(QuerySourceExpression) | Adds the passed-in expression as the data source expression of the current query. |