QueryParameterCollection.GetByName - метод Смотри также Terrasoft.Core.DB - пространство имен > QueryParameterCollection - класс : GetByName - метод C#
- name
- The name of the query parameter to return.
Glossary Item Box
public QueryParameter GetByName( string name )
Параметры
- name
- The name of the query parameter to return.
Тип возвращаемого значения
The instance of the QueryParameter query parameter with the name name.Исключение | Описание |
---|---|
Terrasoft.Common.ItemNotFoundException | If the parameter with the name name is not found in the current collection of query parameters. |
Terrasoft.Common.ArgumentNullOrEmptyException | If the empty value or null value is passed as the name parameter. |