QueryColumnExpressionCollection.AddRange - метод Смотри также Terrasoft.Core.DB - пространство имен > QueryColumnExpressionCollection - класс : AddRange - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
AddRange(IEnumerable<QueryColumnExpression>) | In the current collection of column expressions, adds the range of expressions from the specified enumerator. |
AddRange(IEnumerable<String>) | In the current collection of column expressions, adds the range of expressions with aliases from the specified enumerator. |
AddRange(IEnumerable<QueryParameter>) | In the current collection of column expressions, adds the range of expressions for parameters the passed-in enumerator. |