QuerySourceExpression - конструктор Смотри также Terrasoft.Core.DB - пространство имен > QuerySourceExpression - класс : QuerySourceExpression C#
Glossary Item Box
Перегрузка | Описание |
---|---|
QuerySourceExpression () | Initializes a new QuerySourceExpression instance. |
QuerySourceExpression (String) | Initializes a new QuerySourceExpression instance for the schema with the specified name. |
QuerySourceExpression (String,String) | Initializes a new QuerySourceExpression instance for the schema with the passed-in name and the specified source alias. |
QuerySourceExpression (Select) | Initializes a new QuerySourceExpression instance for the passed-in select subquery. |
QuerySourceExpression (Select,String) | Initializes a new QuerySourceExpression instance for the passed-in select subquery with the specified source alias. |
QuerySourceExpression (Query) | Initializes a new QuerySourceExpression instance for the passed-in random subquery. |
QuerySourceExpression (Query,String) | Initializes a new QuerySourceExpression instance for the passed-in random subquery with the specified source alias. |
QuerySourceExpression (QuerySourceExpression) | Initializes a new QuerySourceExpression instance that is a clone of the passed-in expression. |