Insert.Set - метод Смотри также Terrasoft.Core.DB - пространство имен > Insert - класс : Set - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
Set(String,Select) | In the current query, adds the SET statement that assigns the expression for the passed-in select subquery to the column with the specified alias. |
Set(String,Query) | In the current query, adds the SET statement that assigns the expression for the random subquery to the column with the specified alias. |
Set(String,QueryColumnExpression) | In the current query, adds the SET statement that assigns the passed-in column expression to the column with the specified alias. |
Set(String,IQueryColumnExpressionConvertible) | In the current query, adds the SET statement that assigns the passed-in expression to the column with the specified alias. |
Set(String,QueryParameter) | In the current query, adds the SET statement that assigns the expression for the passed-in parameter to the column with the specified alias. |